-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
Description
Version
3.0.0-rc.1
Reproduction link
https://zhangzhonghe.github.io/vue-keep-alive-bug/
Steps to reproduce
1, open link
2, open devtools
3, click button
What is expected?
当one组件再次显示时,应该只触发activated hook。
What is actually happening?
再次触发created hook 和 mounted hook。