We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5584927 commit 6eccfb6Copy full SHA for 6eccfb6
docs/guide/index.md
@@ -5,7 +5,7 @@ Creating a Single-page Application with Vue + Vue Router feels natural: with Vue
5
## HTML
6
7
```html
8
-<script src="https://unpkg.com/vue@4"></script>
+<script src="https://unpkg.com/vue@3"></script>
9
<script src="https://unpkg.com/vue-router@4"></script>
10
11
<div id="app">
0 commit comments