Closed
Description
Version
2.5.8
Reproduction link
https://jsfiddle.net/50wL7mdz/78149/
Steps to reproduce
- click “First” and “Second” alernatively for multi times
- change select to“Japanese”,click “First” and “Second” alernatively for multi times
- Change select to “English”
What is expected?
Expect:
router-view can render to “First 2”(or “Second 2”),but it remains “First 3”(or “Second 3”)
What is actually happening?
keep-alive is remain the initail include binding data's value
what I want is keep-alive can be dynamic change to the include property's binding data, and prop Data can tranfer to component properly