Skip to content

Commit 6eccfb6

Browse files
authored
docs: typo (vuejs#644) [skip ci]
1 parent 5584927 commit 6eccfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Creating a Single-page Application with Vue + Vue Router feels natural: with Vue
55
## HTML
66

77
```html
8-
<script src="https://unpkg.com/vue@4"></script>
8+
<script src="https://unpkg.com/vue@3"></script>
99
<script src="https://unpkg.com/vue-router@4"></script>
1010

1111
<div id="app">

0 commit comments

Comments
 (0)