q-collapsible with lazy content
-
I have been playing with the
q-collapsible
for a while, and it looks really nice. But I really like it to lazy render its content (to limit unnecessary computation), and the ideal would be some kind of open/close even that carry the tab that request this expansion.Are there a trick I don’t know of to make this append ? As far as I can see there is only emitted on event and this looks like info to a container about a closing tab.
-
Hi, nice idea so please open up a github ticket. I can tackle this but only after v0.14, unless someone makes a PR (would be fantastic!). Want to focus on v0.14 to release it asap.
-
Done in #461, I will try the
v-if
fix locally tomorrow