Skip to content

Commit e0c57c0

Browse files
committed
docs: adjust API argument format
1 parent e87cfc6 commit e0c57c0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/en/api/start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Start the router-enabled app. Creates an instance of `App` and mounts it to `el`
44

55
### Arguments
66

7-
- `App: Function|Object`
7+
- `App: Function | Object`
88

99
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.
1010

1111
**Note:**
1212
vue-router cannot be started with Vue instances.
1313

14-
- `el: String|Element`
14+
- `el: String | Element`
1515

1616
The element to mount the app on. Can be a CSS selector string or an actual element.
1717

docs/ja/api/start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ vue-router は Vue インスタンスで開始することはできません。
77

88
### 引数
99

10-
- `App: Function|Object`
10+
- `App: Function | Object`
1111

1212
`App` は Vue コンポーネントのコンストラクタ または コンポーネントオプションオブジェクトです。 もしオブジェクトの場合は、ルーターは暗黙的に `Vue.extend` を呼び出します。このコンポーネントはアプリケーションの root な Vue インスタンスを作成するために使用されます。
1313

14-
- `el: String|Element`
14+
- `el: String | Element`
1515

1616
要素はアプリケーション上にマウントします。CSS セレクタ文字列または実際の要素を指定することができます。
1717

docs/zh-cn/api/start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
### 参数
66

7-
- `App: Function|Object`
7+
- `App: Function | Object`
88

99
`App` 可以是 Vue 组件构造函数或者一个组件选项对象。如果是一个对象,路由会隐式的对其调用 `Vue.extend` 。这个组件会用来创建这个应用的根组件。
1010

11-
- `el: String|Element`
11+
- `el: String | Element`
1212

1313
挂载应用的元素。可以是 CSS 选择符或者一个实际的元素。

0 commit comments

Comments
 (0)