Skip to content

Commit 21e4570

Browse files
uiuifreekazupon
authored andcommitted
update ja docs (vuejs#268)
1 parent eb1c9db commit 21e4570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/guide/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function createApp () {
3535
// ルーターインスタンスを作成します
3636
const router = createRouter()
3737

38-
const app new Vue({
38+
const app = new Vue({
3939
// ルーターをルートVueインスタンスに注入します
4040
router,
4141
render: h => h(App)

0 commit comments

Comments
 (0)