Skip to content

Upgrading to v0.19.3 broke default Vuetify styles #343

@davidstackio

Description

@davidstackio

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"
  }

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions