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

Commit 841fb1c

Browse files
committed
Update README
1 parent 94e44a1 commit 841fb1c

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

README.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -64,26 +64,18 @@ export default {
6464

6565
### CDN
6666

67-
Load script and stylesheet files from CDN:
67+
Load the script file from CDN:
6868

6969
```html
70-
<!DOCTYPE html>
71-
<html lang="en">
72-
<head>
73-
<link rel="stylesheet" href="//rawgit.com/bkzl/vue-float-label/v1.3.0/dist/vue-float-label.css">
74-
</head>
75-
<body>
76-
<div id="root"></div>
77-
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/2.2.1/vue.min.js"></script>
78-
<script src="//rawgit.com/bkzl/vue-float-label/v1.3.0/dist/vue-float-label.js"></script>
79-
<script>
80-
new Vue({
81-
el: '#root',
82-
template: '<float-label>...</float-label>'
83-
})
84-
</script>
85-
</body>
86-
</html>
70+
<div id="root"></div>
71+
<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.0/dist/vue-float-label.js"></script>
73+
<script>
74+
new Vue({
75+
el: '#root',
76+
template: '<float-label>...</float-label>'
77+
})
78+
</script>
8779
```
8880

8981
## Usage

0 commit comments

Comments
 (0)