router4的文档关于函数式导航的修改 #1734
router4的文档关于函数式导航的修改
#1734
-
我观察到在 https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md#414-2022-08-22 这里修改了不能使用params传参,但是文档没有修改,也没有给出替代方案,这是不及时的,会造成困扰 |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Apr 21, 2023
Replies: 1 comment
-
It's actually been mentioned for a very long time in Vue router 3 docs and Vue Router 4: https://router.vuejs.org/guide/essentials/dynamic-matching.html |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's actually been mentioned for a very long time in Vue router 3 docs and Vue Router 4: https://router.vuejs.org/guide/essentials/dynamic-matching.html
The params are always connected to the URL and nowhere in docs you will find an example of passing artificial params