You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/api/start.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ Start the router-enabled app. Creates an instance of `App` and mounts it to `el`
4
4
5
5
### Arguments
6
6
7
-
-`App: Function|Object`
7
+
-`App: Function | Object`
8
8
9
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.
10
10
11
11
**Note:**
12
12
vue-router cannot be started with Vue instances.
13
13
14
-
-`el: String|Element`
14
+
-`el: String | Element`
15
15
16
16
The element to mount the app on. Can be a CSS selector string or an actual element.
0 commit comments