Skip to content

Commit

Permalink
fix(no-deprecated-props): remove opacity deprecation for VOverlay
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Feb 13, 2024
1 parent 73c0d50 commit 850778f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/no-deprecated-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ const replacements = {
},
VOverlay: {
color: 'scrim',
opacity: false,
value: 'model-value',
},
VPagination: {
Expand Down

0 comments on commit 850778f

Please sign in to comment.