We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.1.3
https://codesandbox.io/s/peaceful-tdd-k2tvn
see gif or click buttons: Home -> a.aa.aaa -> Home -> a.aa.bbb
router-view working correctly
router-view render last route component not current route path component
vue-router/src/components/view.js
Line 35 in 927f0c9
But I Change code
if (vnodeData.keepAlive && parent._inactive) { inactive = true }
to
if (vnodeData.keepAlive) { inactive = parent._inactive }
It's working.
The text was updated successfully, but these errors were encountered:
Duplicate of #2923 The opened PR does apply the same fix #2930 I will apply the changes and release them during the week
Sorry, something went wrong.
No branches or pull requests
Version
3.1.3
Reproduction link
https://codesandbox.io/s/peaceful-tdd-k2tvn
Steps to reproduce
see gif or
click buttons:
Home -> a.aa.aaa -> Home -> a.aa.bbb
What is expected?
router-view working correctly
What is actually happening?
router-view render last route component not current route path component
vue-router/src/components/view.js
Line 35 in 927f0c9
But I Change code
to
It's working.
The text was updated successfully, but these errors were encountered: