Skip to content

Commit 90d8bee

Browse files
dear-lizhihuaposva
authored andcommitted
Update routing.md (#14)
1 parent e86b8ee commit 90d8bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function createApp () {
3535
// create router instance
3636
const router = createRouter()
3737

38-
const app new Vue({
38+
const app = new Vue({
3939
// inject router into root Vue instance
4040
router,
4141
render: h => h(App)

0 commit comments

Comments
 (0)