-
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I use vuetify-nuxt-module in my Nuxt module. Upgrading to v0.19.3 broke the Vuetify defaults I had set in my downstream project.
vuetify.config.ts (downstream project, not module):
import { defineVuetifyConfiguration } from 'vuetify-nuxt-module/custom-configuration'
export default defineVuetifyConfiguration({
defaults: {
VBtn: { rounded: 'pill' },
},
})The defaults were no longer applying. It doesn't seem like they were being merged with the Vuetify settings in my module config anymore.
Possible Cause
I saw a lot of dependencies were updated in package lockfile. Perhaps that had something to do with it.
Workaround
Version 0.19.2 works fine.
package.json:
"overrides": {
"vuetify-nuxt-module": "0.19.2"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working