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 e86b8ee commit 90d8beeCopy full SHA for 90d8bee
en/routing.md
@@ -35,7 +35,7 @@ export function createApp () {
35
// create router instance
36
const router = createRouter()
37
38
- const app new Vue({
+ const app = new Vue({
39
// inject router into root Vue instance
40
router,
41
render: h => h(App)
0 commit comments