mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
[docs][vue-demo][minor] add ID in div element (#506)
This commit is contained in:
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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user