Skip to content

Commit

Permalink
fix: replace VBadge value with modelValue
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Apr 1, 2024
1 parent ae76b21 commit 5f4322a
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 @@ -117,6 +117,7 @@ const replacements = {
...size,
},
VBadge: {
value: 'model-value',
avatar: false,
mode: false,
origin: false,
Expand Down

0 comments on commit 5f4322a

Please sign in to comment.