Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01aac6e

Browse files
committed
docs: update basic.md
1 parent 3db7bdf commit 01aac6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/vue-integration/basic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add the Vue script as a script tag. Here is an example using Vue and then Docsif
88
```html
99
<script>
1010
window.$docsify = {
11-
// ...
11+
// ...
1212
}
1313
</script>
1414

@@ -19,9 +19,9 @@ window.$docsify = {
1919

2020
## Add Vue elements
2121

22-
Next, add HTML elements which have appropriate Vue.js syntax.
22+
Next, add HTML elements which have appropriate Vue.js syntax.
2323

24-
Note that you do not have to setup `Vue()` in any script tag - you only need the HTML.
24+
Note that you do not have to set up the Vue instance in any script tag - you only need the HTML.
2525

2626
For example, see a demo of `v-for` usage.
2727

0 commit comments

Comments
 (0)