File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Load the Vue in `./index.html`.
10
10
<script src =" //unpkg.com/vue" ></script >
11
11
<script src =" //unpkg.com/docsify" ></script >
12
12
13
- <!-- or use the compressed files -->
13
+ <!-- Or use the compressed files -->
14
14
<script src =" //unpkg.com/vue/dist/vue.min.js" ></script >
15
15
<script src =" //unpkg.com/docsify/lib/docsify.min.js" ></script >
16
16
```
@@ -61,10 +61,10 @@ You can manually initialize a Vue instance.
61
61
* index.html*
62
62
63
63
``` html
64
- <!-- inject css file -->
64
+ <!-- Inject CSS file -->
65
65
<link rel =" stylesheet" href =" //unpkg.com/vuep/dist/vuep.css" >
66
66
67
- <!-- inject javascript file -->
67
+ <!-- Inject JavaScript file -->
68
68
<script src =" //unpkg.com/vue" ></script >
69
69
<script src =" //unpkg.com/vuep" ></script >
70
70
<script src =" //unpkg.com/docsify" ></script >
@@ -96,4 +96,4 @@ You can manually initialize a Vue instance.
96
96
</script>
97
97
```
98
98
99
- ?> Example Refer to the [ vuep documentation] ( https://qingwei-li.github.io/vuep/ ) .
99
+ ?> Example Refer to the [ Vuep documentation] ( https://qingwei-li.github.io/vuep/ ) .
You can’t perform that action at this time.
0 commit comments