Skip to content

Commit 2cd4646

Browse files
pratu16x7QingWei-Li
authored andcommitted
[docs][vue-demo][minor] add ID in div element (#506)
1 parent 42ea8af commit 2cd4646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can manually initialize a Vue instance.
4242
```markdown
4343
# Vue demo
4444

45-
<div>hello {{ msg }}</div>
45+
<div id="main">hello {{ msg }}</div>
4646

4747
<script>
4848
new Vue({

0 commit comments

Comments
 (0)