-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Persist component without re-mounting throughout pages #1961
Comments
Edit: I am wrong. |
Actually, I think this is the same as #2061 🙈 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When rendering a demo/an iframe I'd sometimes like to show it consecutively throughout multiple slides. The problem is, that the iframe then resets.
Describe the solution you'd like
It'd be great to keep a component or an iframe "in it's state" but hidden so it can be re-used without remounting.
Not working example (might need to run locally). You should see different colors rendered through the website in the iframe. What would be desired would be the same color "somehow".
Describe alternatives you've considered
v-click
directivesImpl. Could be maybe similar to https://github.com/marchantweb/nuxt-adaptive-teleport
The text was updated successfully, but these errors were encountered: