Skip to content

Commit 0c6a1a3

Browse files
committed
fix: don't remove VImg contentClass and position
closes #83
1 parent 187aadd commit 0c6a1a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rules/no-deprecated-props.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,6 @@ const replacements = {
365365
},
366366
VImg: {
367367
contain: { custom: 'cover' },
368-
contentClass: false,
369-
position: false,
370368
...theme,
371369
},
372370
VItemGroup: {

0 commit comments

Comments
 (0)