We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2aa552 commit bee6ddeCopy full SHA for bee6dde
docs/en/essentials/getting-started.md
@@ -30,7 +30,8 @@ Creating a Single-page Application with Vue + Vue Router is dead simple. With Vu
30
### JavaScript
31
32
``` js
33
-// 0. If using a module system (e.g. via vue-cli), import Vue and VueRouter and then call `Vue.use(VueRouter)`.
+// 0. If using a module system (e.g. via vue-cli), import Vue and VueRouter
34
+// and then call `Vue.use(VueRouter)`.
35
36
// 1. Define route components.
37
// These can be imported from other files
0 commit comments