Skip to content

Commit

Permalink
fix(no-deprecated-components): correct utility class name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Feb 22, 2024
1 parent 1435fc5 commit 0d89c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/no-deprecated-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const replacements = {
VSimpleCheckbox: 'v-checkbox-btn',
VSparkline: false,
VSpeedDial: false,
VSubheader: { custom: 'v-list-subheader or class="text-subheader-2"' },
VSubheader: { custom: 'v-list-subheader or class="text-subtitle-2"' },
VSimpleTable: 'v-table',
VTabsSlider: false,
VTabsItems: false,
Expand Down

0 comments on commit 0d89c65

Please sign in to comment.