Skip to content

Commit 1435fc5

Browse files
committed
fix(no-deprecated-props): update VMenu tile prop message
1 parent 6c7fdba commit 1435fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/no-deprecated-props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ const replacements = {
337337
positionY: false,
338338
right: { name: 'location', value: 'right' },
339339
rounded: false,
340-
tile: false,
340+
tile: { custom: 'apply border-radius changes to the root element of the `v-menu`\'s content' },
341341
top: { name: 'location', value: 'top' },
342342
value: 'model-value',
343343
...overlay,

0 commit comments

Comments
 (0)