Closed leo91000 closed 1 year ago
After reading the file /src/vite/vuetify-configuration-plugin.ts I didn't see some kind of support for theme configuration at plugin level.
/src/vite/vuetify-configuration-plugin.ts
Is it something that is doable ?
Is there a better opiniated way to do it (e.g useTheme()) ?
useTheme()
Thanks !
@leo91000 add the theme to vuetifyOptions in the module or add a nuxt plugin adding vuetify:configuration hook (in the hook destructure the vuetifyOptions and configure the theme).
vuetify:configuration
vuetifyOptions
@leo91000 what's the issue?
After reading the file
/src/vite/vuetify-configuration-plugin.ts
I didn't see some kind of support for theme configuration at plugin level.Is it something that is doable ?
Is there a better opiniated way to do it (e.g
useTheme()
) ?Thanks !