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
(not sure if I've chosen the appropriate bug tracker for this)
Steps to reproduce:
Create an empty Vue project with the webpack template.
Open App.vue and wrap the <hello> component in a <keep-alive>.
Run the dev server.
Modify the script section of Hello component (modifying the template doesn't trigger the issue).
See Components tab in vue-devtools.
Expected behavior: the wrapped component is replaced with the new version.
Observed behavior: the old version is kept alive, and each change results in an additional inactive component.