vuetifyjs / nuxt-module

Zero-config Nuxt Module for Vuetify
https://nuxt.vuetifyjs.com/
MIT License
225 stars 22 forks source link

Uncaught SyntaxError: Identifier 'VDatePicker' has already been declared #228

Closed lna1989 closed 6 months ago

lna1989 commented 6 months ago

If you make an alias on a VDatePicker, there will be a declaration error in the console.

Example: https://stackblitz.com/edit/nuxt-starter-pqlhoy?file=vuetify.config.ts

Steps for playback: 1.Follow the link from example

  1. Open the developer console and see the error

Additional information: At the same time, it is impossible to interact with the application, as well as with the displayed calendars on the main page.

userquin commented 6 months ago

Working SB reproduction: https://stackblitz.com/edit/nuxt-starter-ng15sv?file=package.json (just update vuetify module to 0.14.1)