vuetifyjs / eslint-plugin-vuetify

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

`v-range-slider` incorrectly reports `@end` event as deprecated #74

Closed jonasengelmann closed 10 months ago

jonasengelmann commented 11 months ago

When I try to use the @end event, I get this message (vuetify 3.4.0, eslint-plugin-vueitfy 2.1.0):

VRangeSlider: @end has been removed vuetify/no-deprecated-events

However, @end does work and has been ported according to this PR. It is also listed in the documentation. However, I also found this vuetify issue, which remains open for some reason.

This also applies to the @start event and v-slider componenet.

philgeronegit commented 11 months ago

I also have the bug for the @start event (vuetify 3.4.0, eslint-plugin-vueitfy 2.1.0): VSlider: @start has been removed

boutils commented 11 months ago

Same issue with same versions here.