Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hiding / showing a pane with caching #190

Open
edbotstudio opened this issue Jun 18, 2023 · 1 comment
Open

Hiding / showing a pane with caching #190

edbotstudio opened this issue Jun 18, 2023 · 1 comment

Comments

@edbotstudio
Copy link

edbotstudio commented Jun 18, 2023

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?

@kakigakki
Copy link

Perhaps setting the minimum size to 0 and hiding the splitter would work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants