-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The page does not display correctly after changing the path #2245
Comments
Put the star route (*) at the end otherwise it will pick-up every single route |
@posva |
in my problem, route path changed,but the page did not change |
I have the same problem. I use history mode. Url is right, but component is not mounted, so my page contains nothing. |
我找到解决办法了,给嵌套组件添加一个只包含router-view的空父组件,哈哈! |
更新到最新就没有这个问题了 #2930 |
Version
3.0.1
Reproduction link
https://codesandbox.io/s/9jr1zry2k4
Steps to reproduce
click "to desinger home" then return, and then click "to designer detail"
The detail page shows the content of the home page
then refresh the detail page, it shows the correct content
What is expected?
shows the correct content
What is actually happening?
shows the wrong content
Please forgive me for my poor English
The text was updated successfully, but these errors were encountered: