Skip to content
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

keep-alive with include property resulting prop data do not pass down to component #7105

Closed
shirleyMHao opened this issue Nov 22, 2017 · 0 comments
Labels

Comments

@shirleyMHao
Copy link

shirleyMHao commented Nov 22, 2017

Version

2.5.8

Reproduction link

https://jsfiddle.net/50wL7mdz/78149/

Steps to reproduce

  1. click “First” and “Second” alernatively for multi times
  2. change select to“Japanese”,click “First” and “Second” alernatively for multi times
  3. 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

@shirleyMHao 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 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
@yyx990803 yyx990803 added the bug label Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants