nuxt-community / vuetify-module

Vuetify Module for Nuxt 2
Other
628 stars 106 forks source link

[@nuxtjs/vuetify] v-navigation-drawer not rendered server side #400

Open SwannLV opened 3 years ago

SwannLV commented 3 years ago

Module version @nuxtjs/vuetify 1.11.2

Describe the bug I am using v-navigation-drawer on a layout. This component is not rendered server side, so it is displayed after the other components on the page

To Reproduce Use a VNavigationDrawer in a layout.

Expected behavior The component should be displayed immediately on page load

Thank you very much for you help 🙏🙏

mathe42 commented 3 years ago

On my webpage in Production it works.

SwannLV commented 3 years ago

Thank you for your response @mathe42 What I try to do: have this component opened right on start. But it takes 1s to open.

jonabox commented 2 years ago

I am also having this issue, even when adding the permanent prop to <v-navigation-drawer>