Skip to content

Commit 850778f

Browse files
committed
fix(no-deprecated-props): remove opacity deprecation for VOverlay
1 parent 73c0d50 commit 850778f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rules/no-deprecated-props.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ const replacements = {
437437
},
438438
VOverlay: {
439439
color: 'scrim',
440-
opacity: false,
441440
value: 'model-value',
442441
},
443442
VPagination: {

0 commit comments

Comments
 (0)