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
If I hide a pane with <v-if>, the child component is destroyed in a similar way to <router-view>. I need it caching so the pane is hidden and shown again in its last state (with a button toggle). I tried placing <keep-alive> around the pane but this messed up the view. Is there a way this can be done?
The text was updated successfully, but these errors were encountered:
If I hide a pane with
<v-if>
, the child component is destroyed in a similar way to<router-view>
. I need it caching so the pane is hidden and shown again in its last state (with a button toggle). I tried placing<keep-alive>
around the pane but this messed up the view. Is there a way this can be done?The text was updated successfully, but these errors were encountered: