include and exclude of keep alive component props are string should support spaces around commas
Version
3.2.33
Reproduction link
Steps to reproduce
- Switch to Bar component
- input something
- Switch to Foo component
- Switch to Bar component and the value of the input is missing
What is expected?
After input, switch to foo, and then switch to bar component. The value in the input should be retained
What is actually happening?
After input, switch to foo, and then switch to bar component. The value in the input is missing