KeepAlive with q-tab-panels #15912
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
If you want to use About your error:
You can see an example here: https://github.com/quasarframework/quasar/blob/dev/ui/dev/src/pages/web-tests/panel-keep-alive.vue |
Beta Was this translation helpful? Give feedback.
-
Are the mounted/unmounted hooks supposed to still run when you keep a component alive? |
Beta Was this translation helpful? Give feedback.
-
Well it appears q-tabs aren't going to work with my components. I have a working solution utilizing v-show, however for some reason on Android, I get a big lag when switching showing components. My understanding of v-show: What could cause that type of issue? Are there alternative approaches other than v-show I could use as an alternative to ? |
Beta Was this translation helpful? Give feedback.
There seems to be something inside the component.
I tested it without panels (https://codesandbox.io/p/sandbox/quasar-shaka-forked-2zw44c?file=%2Fquasar-project%2Fsrc%2Fpages%2FBladeTabs.vue%3A6%2C21) and it generates errors also