Skip to content

Commit cb4204d

Browse files
committed
translate api/start.md
1 parent 9f55df3 commit cb4204d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ja/api/start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# `router.start(App, el)`
22

3-
Start the router-enabled app. Creates an instance of `App` and mounts it to `el`.
3+
ルーターが使用可能なアプリケーションを開始します。`App` のインスタンスを作成し、それを `el` にマウントします。
44

5-
### Arguments
5+
### 引数
66

77
- `App: Function|Object`
88

9-
The `App` can be a Vue component constructor or a component options object. If it's an object, the router will implicitly call `Vue.extend` on it. This component will be used to create the root Vue instance for the app.
9+
`App` Vue コンポーネントのコンストラクタ または コンポーネントオプションオブジェクトです。 もしオブジェクトの場合は、ルーターは暗黙的に `Vue.extend` を呼び出します。このコンポーネントはアプリケーションの root Vue インスタンスを作成するために使用されます。
1010

1111
- `el: String|Element`
1212

13-
The element to mount the app on. Can be a CSS selector string or an actual element.
13+
要素はアプリ上にマウントします。CSS セレクタ文字列または実際の要素を指定することができます。

0 commit comments

Comments
 (0)