Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db7bdf commit 01aac6eCopy full SHA for 01aac6e
docs/vue-integration/basic.md
@@ -8,7 +8,7 @@ Add the Vue script as a script tag. Here is an example using Vue and then Docsif
8
```html
9
<script>
10
window.$docsify = {
11
-// ...
+ // ...
12
}
13
</script>
14
@@ -19,9 +19,9 @@ window.$docsify = {
19
20
## Add Vue elements
21
22
-Next, add HTML elements which have appropriate Vue.js syntax.
+Next, add HTML elements which have appropriate Vue.js syntax.
23
24
-Note that you do not have to setup `Vue()` in any script tag - you only need the HTML.
+Note that you do not have to set up the Vue instance in any script tag - you only need the HTML.
25
26
For example, see a demo of `v-for` usage.
27
0 commit comments