mirror of
https://github.com/zhigang1992/docsify.git
synced 2026-04-24 05:06:08 +08:00
[docs][vue-demo][minor] add ID in div element (#506)
This commit is contained in:
committed by
cinwell.li
parent
42ea8af245
commit
2cd4646386
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user