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 4aa5994 commit 90b2af7Copy full SHA for 90b2af7
docs/zh/guides/using-with-vue-router.md
@@ -20,7 +20,7 @@ shallowMount(Component, {
20
})
21
```
22
23
-> **注意:**在一个 `localVue` 上安装 Vue Router 时也会将 `$route` 和 `$router` 作为两个只读属性添加给该 `localVue`。这意味着如果你使用安装了 Vue Router 的 `localVue`,则不能在挂在一个组件时使用 `mocks` 选项来覆写 `$route` 和 `$router`。
+> **注意:**在一个 `localVue` 上安装 Vue Router 时也会将 `$route` 和 `$router` 作为两个只读属性添加给该 `localVue`。这意味着如果你使用安装了 Vue Router 的 `localVue`,则不能在挂载一个组件时使用 `mocks` 选项来覆写 `$route` 和 `$router`。
24
25
### 测试使用了 `router-link` 或 `router-view` 的组件
26
0 commit comments