vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify
Other
120 stars 26 forks source link

[BUG] 'v-calendar' has been removed - vuetify/no-deprecated-components | Update to vuetify v3.4.9 #84

Closed MarcHartwig13 closed 7 months ago

MarcHartwig13 commented 9 months ago

I get the build error of:

[eslint] 
/Users/username/Sites/website-folder/src/components/component-folder/component.vue
  2:3  error  'v-calendar' has been removed  vuetify/no-deprecated-components

Vuetify version: 3.4.9 (VCalendar has been released in labs) eslint-plugin-vuetify version: 2.1.1

I believe eslint-plugin-vuetify has not been updated to remove the v-calendar component from the deprecated components list.