q-drawer called multiple times? q-tab-panel does not render component #14734
Unanswered
ilaurensnl
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
At this point I'm rather new to vue3, I noticed something which I guess might be either a bug or it's either the flow because it got a render a part; again.
I made a bare minimum for the app.vue, see:
When I execute this I see in the log:
when 'leftDrawerOpen' is false it will return a single 'call', enabled two 'call' and when populating the drawer it might have 3 a 4 draws. Is this something we could expect? it's rather hard to debug this way.
I also noticed that I cannot seem to load a component inside 'q-tab-panels' but outside the element it works fine; are there any rules and tips because I need to use recursive array children, to get multiple 'q-tab-panel'
Quasar version: 2.10
Vue version: 3.2.41
Beta Was this translation helpful? Give feedback.
All reactions