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 17a743f commit 0156c14Copy full SHA for 0156c14
docs/ja/basic.md
@@ -51,7 +51,7 @@ router.map({
51
}
52
})
53
54
-// 今 app を開始することが出来ます!
+// 今 アプリケーションを開始することが出来ます!
55
// router は App のインスタンスを作成し、
56
// そして #app セレクタでマッチングした要素にマウントします。
57
router.start(App, '#app')
docs/ja/nested.md
@@ -2,7 +2,7 @@
2
3
ネストされた routes をネストされたコンポーネントにマッピングすることは共通の要求であり、そしてそれは vue-router では非常に簡単です。
4
5
-以下の app があると仮定します:
+以下の アプリケーションがあると仮定します:
6
7
``` html
8
<div id="app">
0 commit comments