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 6649d79 commit 5636a8eCopy full SHA for 5636a8e
docs/zh/guides/using-with-vue-router.md
@@ -69,7 +69,7 @@ const wrapper = shallowMount(Component, {
69
}
70
})
71
72
-wrapper.vm.$router.path // /some/path
+wrapper.vm.$route.path // /some/path
73
```
74
75
### 常识
0 commit comments