Skip to content

Commit

Permalink
[docs][vue-demo][minor] add ID in div element (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
pratu16x7 authored and QingWei-Li committed Oct 23, 2018
1 parent 42ea8af commit 2cd4646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can manually initialize a Vue instance.
```markdown
# Vue demo

<div>hello {{ msg }}</div>
<div id="main">hello {{ msg }}</div>

<script>
new Vue({
Expand Down

0 comments on commit 2cd4646

Please sign in to comment.