vuetifyjs / eslint-plugin-vuetify

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

[BUG] `v-autocomplete` incorrectly reports `value-comparator` as deprecated #75

Closed philgeronegit closed 7 months ago

philgeronegit commented 8 months ago

When I try to use the value-comparator props, I get this message (vuetify 3.4.0, eslint-plugin-vueitfy 2.1.0):

error 'value-comparator' has been removed

However, it is listed in the documentation.

boutils commented 8 months ago

Same issue with same versions here.