[Vuejs]-How do I make it so the "app" property on <v-navigation-drawer> doesn't apply on 'xs' screen sizes so the drawer is over top of the content?

0👍

Add a conditional and fixed property to <v-navigation-drawer :app="drawer" fixed>

Leave a comment