]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: typo (#644) [skip ci]
authorRichard Keep <r.kipsang@gmail.com>
Thu, 10 Dec 2020 08:46:27 +0000 (11:46 +0300)
committerGitHub <noreply@github.com>
Thu, 10 Dec 2020 08:46:27 +0000 (09:46 +0100)
docs/guide/index.md

index 6d03c5bc493abbac0a3b23f1d971dfe675e53582..6f7a2aabfe375063ecf6cfd5eaad53b0363e4602 100644 (file)
@@ -5,7 +5,7 @@ Creating a Single-page Application with Vue + Vue Router feels natural: with Vue
 ## HTML
 
 ```html
-<script src="https://unpkg.com/vue@4"></script>
+<script src="https://unpkg.com/vue@3"></script>
 <script src="https://unpkg.com/vue-router@4"></script>
 
 <div id="app">