-
-
Notifications
You must be signed in to change notification settings - Fork 31
Is Vuetify v4 supported ? #352
Copy link
Copy link
Closed
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 [email protected] ├─┬ @vuetify/[email protected] │ └─┬ [email protected] │ ├── [email protected] [circular] │ └─┬ [email protected] │ └── [email protected] (dependencies) ├── [email protected] [deduped] └── [email protected] [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