Persist component without re-mounting throughout pages #1961
Open
Description
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
- Use no slide numbers but a looot of
v-click
directives
Impl. Could be maybe similar to https://github.com/marchantweb/nuxt-adaptive-teleport