You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: