Layout behavior using v-app-bar and v-navigation-drawer #21734
Unanswered
tiagobrilhante
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a layout for my application that uses a
v-app-bar
fixed at the top of the screen, and av-navigation-drawer
that relies on a store to determine whether it's in rail mode or not. However, when reloading the page, the components flicker, and the menu overlaps the navbar before settling into its proper position. The content in the slot also suffers from the same issue. I'm using Nuxt with the Vuetify plugin for Nuxt.here is my layout file:
here my NavBar
and here is my LeftMenu
BTW, there is my store...
that's the issue:



Beta Was this translation helpful? Give feedback.
All reactions