Skip to content

Commit

Permalink
fix: add warning for VDialog tile
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Apr 1, 2024
1 parent 5f4322a commit b6e5e13
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 @@ -314,6 +314,7 @@ const replacements = {
},
VDialog: {
...overlay,
tile: { custom: 'apply border-radius changes to the root element of the `v-dialog`\'s content' },
},
VMenu: {
allowOverflow: false,
Expand Down

0 comments on commit b6e5e13

Please sign in to comment.