You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im porting old project from vuetify 2 to 3. My problem is this:
in old app we used multiple navigation drawers inside tab components. So you have object detail with multiple tabs and some of those tabs can open right drawer. But, from what I know (i didnt create old app, Im just porting it to v3), you could have multiple drawers all over the place and everything was working as it should.
Now, in v3, drawers works differently, whole layout works differently, and from my understanding, all drawers should be at the top of the app, right? Under v-app or v-layout. So, nested childs and tabs in our app can no longer have drawers, just methods to open them from the top of the app
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello community,
Im porting old project from vuetify 2 to 3. My problem is this:
in old app we used multiple navigation drawers inside tab components. So you have object detail with multiple tabs and some of those tabs can open right drawer. But, from what I know (i didnt create old app, Im just porting it to v3), you could have multiple drawers all over the place and everything was working as it should.
Now, in v3, drawers works differently, whole layout works differently, and from my understanding, all drawers should be at the top of the app, right? Under v-app or v-layout. So, nested childs and tabs in our app can no longer have drawers, just methods to open them from the top of the app
Thanks
Beta Was this translation helpful? Give feedback.
All reactions