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
keep-alive component is used to cache child components when they are inactive, e.g. during routing change. It can be supported by adding activated/deactivated hooks being a kind of replacement for mounting/destroying hooks. See #50 (comment) for some implementation details.
The text was updated successfully, but these errors were encountered:
See #50 (comment)
keep-alive component is used to cache child components when they are inactive, e.g. during routing change. It can be supported by adding activated/deactivated hooks being a kind of replacement for mounting/destroying hooks. See #50 (comment) for some implementation details.
The text was updated successfully, but these errors were encountered: