-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
- The compatibility matrix doesn't list Vuetify 4
- The module indeed allows v4 to be installed :
(to avoid issues, I added a while back this to my
$ pnpm why vuetify vuetify@4.0.0 ├─┬ @vuetify/loader-shared@2.1.2 │ └─┬ vite-plugin-vuetify@2.1.3 │ ├── vuetify@4.0.0 [circular] │ └─┬ vuetify-nuxt-module@0.19.5 │ └── spendly@1.3.4 (dependencies) ├── vite-plugin-vuetify@2.1.3 [deduped] └── vuetify-nuxt-module@0.19.5 [deduped] Found 1 version of vuetify
pnpm-workspace.yaml:publicHoistPattern: ['*vuetify*']) - Despite that, it still logs using v3 :
[http://localhost:8888/_nuxt/@id/virtual:nuxt:D%3A%2FEDM115%2FDocuments%2FProjects%2Fspendly%2F.nuxt%2Fvuetify-nuxt-plugin.client.mjs] Vuetify 3 initialized - After applying the breaking changes recommendations, the app is now... unstyled ? Here's an example :
Before :


After :


- Overall, I notice all colors (primary, secondary, ...) attributes to be gone, as well as rounding, padding, ...
- I do also see the same error as Upgrading to Nuxt v4.3.1 leads to Vuetify styles 404 #346
which is why I ask : is Vuetify 4 officially supported ? or not
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels