Skip to content

Nuxt error when using a blueprint. #1

@chriscab83

Description

@chriscab83

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,
    },
  },
});

The error:
Screenshot 2022-12-13 at 11 32 53 AM

Metadata

Metadata

Assignees

No one assigned

    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