Skip to content

Commit

Permalink
fix: don't remove VImg contentClass and position
Browse files Browse the repository at this point in the history
closes #83
  • Loading branch information
KaelWD committed Mar 10, 2024
1 parent 187aadd commit 0c6a1a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rules/no-deprecated-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,6 @@ const replacements = {
},
VImg: {
contain: { custom: 'cover' },
contentClass: false,
position: false,
...theme,
},
VItemGroup: {
Expand Down

0 comments on commit 0c6a1a3

Please sign in to comment.