-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When adding a blueprint vuetify option, Nuxt goes into an infinite loop and hits a call stack error.
To replicate:
nuxt.config.ts
import { defineNuxtConfig } from "nuxt/config";
import { md1 } from "vuetify/blueprints";
import MyModule from "..";
export default defineNuxtConfig({
modules: [MyModule],
vuetify: {
vuetifyOptions: {
blueprint: md1,
},
},
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
