Skip to content

Commit b6e5e13

Browse files
committed
fix: add warning for VDialog tile
1 parent 5f4322a commit b6e5e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/no-deprecated-props.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ const replacements = {
314314
},
315315
VDialog: {
316316
...overlay,
317+
tile: { custom: 'apply border-radius changes to the root element of the `v-dialog`\'s content' },
317318
},
318319
VMenu: {
319320
allowOverflow: false,

0 commit comments

Comments
 (0)