vuetify-nuxt-module
vuetify-nuxt-module copied to clipboard
Zero-config Nuxt Module for Vuetify
In vue 2 the trick was: ```js import { mdiArrowDownRight, mdiFormatQuoteOpen, mdiArrowRight } from '@mdi/js' ``` then ```vue ``` But does it auto import the icons when setting ```js defaultSet:...
I'm experiencing hydration mismatches.  I'm using the following code: ```vue const drawer = defineModel() ``` when setting the z-index to a fixed value the issue is gone: ```diff const...
## My setup: - Operating System: `Darwin` - Node Version: `v20.5.0` - Nuxt Version: `3.9.0` - CLI Version: `3.10.0` - Nitro Version: `2.8.1` - Package Manager: `[email protected]` - Builder: `-`...
Hi Guys, Love the easy of use of the vuetify-nuxt module. Thank you for your efforts! Could anyone tell me how to disable inlining the vuetify theme stylesheet? My goal...
I updated from 0.7.3 to 0.8.0, and get this npm warning at nuxt prepare/debug/build time: ``` ERROR (node:11982) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language....
Using useCookie composable for switching theme, on reload it will retain the previous selected theme.
Hi , I have set icons, sets: ['mdi', 'fa] ,default set is mdi . mdi icon is work but the fa icon is not displayed. I want both Mdi and...
There is a problem with Chrome running on Android, sending weird viewport size. We need to request device pixel ratio (Sec-CH-DPR) to calculate the right width/height. https://github.com/WICG/responsive-image-client-hints/issues/23 https://twitter.com/userquin/status/1760047138762064277 Using Samsumg...
Hello, I am trying to change some SASS variables for the v-date-picker from vuetify but I can't make it work yet. I checked the documentation from vuetify itself and some...
I'm trying to conditionally render the navigation menu in the 'v-app-bar' based on the viewport size. I am using the `mobile` property from `useDisplay()` composable. If it's false, I render...