Skip to content

Commit

Permalink
fix(VSlider): start/end events not deprecated (#80)
Browse files Browse the repository at this point in the history
fixes #74
  • Loading branch information
jonasengelmann authored Dec 8, 2023
1 parent a3d57fc commit 5d62df7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/rules/no-deprecated-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,12 @@ const replacements = {
...model,
change: false,
'update:error': false,
start: false,
end: false,
},
VRating: model,
VSlider: {
...model,
change: false,
'update:error': false,
start: false,
end: false,
},
VSlideGroup: {
change: 'update:modelValue',
Expand Down

0 comments on commit 5d62df7

Please sign in to comment.