Skip to content

[Bug] module not compatible with Vuetify 3.4 yet #147

@mtdvlpr

Description

@mtdvlpr

I'm getting the following error without specifying any labComponents in the config:

Failed to resolve import "vuetify/labs/VDatePicker" from "..\..\..\..\..\..\@nuxt-vuetify-configuration\vuetify-configuration". Does the file exist?

Edit: it's because I specify date options which executes the following code from you:

if (dateOptions && addDatePicker) {
    config.imports.push("import {VDatePicker} from 'vuetify/labs/VDatePicker'");
    config.labComponents.add("VDatePicker");
  }

Edit: Also the useDate composable is not imported and should be imported by default starting with Vuetify 3.4

Originally posted by @mtdvlpr in #145 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions