-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
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)
TechAkayy
Metadata
Metadata
Assignees
Labels
No labels