You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
shirleyMHao
changed the title
keep-alive include property binding to data do not work
keep-alive with include property resulting prop data can not transfer to
Nov 22, 2017
shirleyMHao
changed the title
keep-alive with include property resulting prop data can not transfer to
keep-alive with include property resulting prop data do not pass down to component
Nov 22, 2017
Version
2.5.8
Reproduction link
https://jsfiddle.net/50wL7mdz/78149/
Steps to reproduce
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
The text was updated successfully, but these errors were encountered: