Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit 119a79f

Browse files
committed
Update CDN to unpkg
1 parent abaaf7c commit 119a79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Load the script file from CDN:
6969
```html
7070
<div id="root"></div>
7171
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/2.2.1/vue.min.js"></script>
72-
<script src="//rawgit.com/bkzl/vue-float-label/v1.3.1/dist/vue-float-label.js"></script>
72+
<script src="//unpkg.com/vue-float-label"></script>
7373
<script>
7474
new Vue({
7575
el: '#root',

0 commit comments

Comments
 (0)