vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jonasengelmann opened this issue · comments

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.

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

Same issue with same versions here.