Skip to content

Commit 9eba2ea

Browse files
njleonzhangkazupon
authored andcommitted
Update routing.md (vuejs#136)
* Update routing.md * Update routing.md * Update routing.md
1 parent b800315 commit 9eba2ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zh/routing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ export function createApp () {
3636
router,
3737
render: h => h(App)
3838
})
39-
// 注入 router 到根 Vue 实例
40-
return { app, router }
39+
 // 返回 app 和 router
40+
 return { app, router }
4141
}
4242
```
4343

0 commit comments

Comments
 (0)