Skip to content

Commit

Permalink
fix(VForm): remove lazyValidation prop
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Nov 15, 2024
1 parent 4e6c83b commit 7611577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/no-deprecated-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ const replacements = {
},
VForm: {
value: 'model-value',
lazyValidation: false,
},
VHover: {
value: 'model-value',
Expand Down

0 comments on commit 7611577

Please sign in to comment.