Skip to content

Commit 2b8b4b5

Browse files
authored
Update quick-start.md (#2181)
should add app element to get test done
1 parent 8df5f60 commit 2b8b4b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/guide/quick-start.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ As we dive deeper into the guide, we may need to split our code into separate Ja
180180

181181
```html
182182
<!-- index.html -->
183+
<div id="app"></div>
184+
183185
<script type="module">
184186
import { createApp } from 'vue'
185187
import MyComponent from './my-component.js'

0 commit comments

Comments
 (0)