Skip to content

Commit

Permalink
fix(no-deprecated-props): update VMenu tile prop message
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Feb 19, 2024
1 parent 6c7fdba commit 1435fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/no-deprecated-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ const replacements = {
positionY: false,
right: { name: 'location', value: 'right' },
rounded: false,
tile: false,
tile: { custom: 'apply border-radius changes to the root element of the `v-menu`\'s content' },
top: { name: 'location', value: 'top' },
value: 'model-value',
...overlay,
Expand Down

0 comments on commit 1435fc5

Please sign in to comment.