Joaquín Sánchez
Joaquín Sánchez
no luck: 
The pages and components being rendered before vuetify is created providing the defaults (`createVuetify` in vuetify fw module)
I've sent DM to Kael a few days ago in nuxt discord channel (vuetify server): https://discord.com/channels/340160225338195969/696761883184595004/1189259211662708806 The change in vuetify vite plugin 2.0.1: https://github.com/vuetifyjs/vuetify-loader/blob/master/packages/shared/src/imports/getImports.ts#L2-L3
This should be fixed with latest Vuetify `v3.6.14`, wrapping the drawer with `v-app` or `v-layout` works. If you disable `ssr client hints`, the layout suspense will show the drawer once...
A few questions: - are you using SSR in local dev environment (SSR should be true)? - how do you deploy your app to Netlify (using `nuxt build` or `nuxt...
@igorexa34314 can you provide the Netlify URL and a link to the repo (if public) ?
On my Chrome (Windows) it is working properly even resizing it to 820px (when enabling mobile view a small slide down transition is there: IIRC, on mobile there is a...
On Chrome (Android) the items shown, I Will check it tmr via usb to check what's happening (can be a problem with css, vuetify or both)
@igorexa34314 can you provide the structure you're using? It seems the component to show the items using 1280px but changed to use 820px If using VToolbar, what's the [collapse](https://vuetifyjs.com/en/api/v-toolbar/#props-collapse) property...
Try setting `:mobile-breakpoint="820"`: https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VNavigationDrawer/VNavigationDrawer.tsx#L107 EDIT: `:mobile-breakpoint="819"`