Skip to content

Commit f7274e1

Browse files
lex111QingWei-Li
authored andcommitted
docs(vue): improvements (#574)
1 parent 266d13b commit f7274e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/vue.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Load the Vue in `./index.html`.
1010
<script src="//unpkg.com/vue"></script>
1111
<script src="//unpkg.com/docsify"></script>
1212

13-
<!-- or use the compressed files -->
13+
<!-- Or use the compressed files -->
1414
<script src="//unpkg.com/vue/dist/vue.min.js"></script>
1515
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
1616
```
@@ -61,10 +61,10 @@ You can manually initialize a Vue instance.
6161
*index.html*
6262

6363
```html
64-
<!-- inject css file -->
64+
<!-- Inject CSS file -->
6565
<link rel="stylesheet" href="//unpkg.com/vuep/dist/vuep.css">
6666

67-
<!-- inject javascript file -->
67+
<!-- Inject JavaScript file -->
6868
<script src="//unpkg.com/vue"></script>
6969
<script src="//unpkg.com/vuep"></script>
7070
<script src="//unpkg.com/docsify"></script>
@@ -96,4 +96,4 @@ You can manually initialize a Vue instance.
9696
</script>
9797
```
9898

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/).

0 commit comments

Comments
 (0)