Skip to content

Commit

Permalink
fix(VToolbar): convert dense to density compact
Browse files Browse the repository at this point in the history
  • Loading branch information
overclocked555 authored Sep 16, 2024
1 parent 4e6c83b commit a7e454c
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 @@ -570,6 +570,7 @@ const replacements = {
},
VToolbar: {
bottom: false,
dense: { name: 'density', value: 'compact' },
outlined: 'border',
prominent: false,
shaped: false,
Expand Down

0 comments on commit a7e454c

Please sign in to comment.