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
Hello, why $destroy was removed? I'm sorry that I didn't find a detailed explanation, only a simple explanation. 'Users should no longer manually manage the lifecycle of individual Vue components'.
When using Keep-Alive to cache multiple instances of the same component, a component instance needs to be destroyed manually.
What does the proposed API look like?
this.$destroy()
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Hello, why $destroy was removed? I'm sorry that I didn't find a detailed explanation, only a simple explanation. 'Users should no longer manually manage the lifecycle of individual Vue components'.
When using Keep-Alive to cache multiple instances of the same component, a component instance needs to be destroyed manually.
What does the proposed API look like?
this.$destroy()
The text was updated successfully, but these errors were encountered: