Skip to content

Commit

Permalink
fix: don't remove VCalendar, VSparkline, VSpeedDial, VTreeview
Browse files Browse the repository at this point in the history
closes #84
  • Loading branch information
KaelWD committed Mar 10, 2024
1 parent 4a45a9f commit 187aadd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/rules/no-deprecated-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const replacements = {

VContent: 'v-main',

VCalendar: false,
VData: false,
VListItemGroup: false,
VListItemAvatar: { custom: '`v-list-item` with `avatar` props, or `v-avatar` in the list item append or prepend slot' },
Expand All @@ -30,15 +29,12 @@ const replacements = {
VOverflowBtn: false,
VPicker: false,
VSimpleCheckbox: 'v-checkbox-btn',
VSparkline: false,
VSpeedDial: false,
VSubheader: { custom: 'v-list-subheader or class="text-subtitle-2"' },
VSimpleTable: 'v-table',
VTabsSlider: false,
VTabsItems: false,
VTabItem: false,
VTimePicker: false,
VTreeview: false,
}

// ------------------------------------------------------------------------------
Expand Down

0 comments on commit 187aadd

Please sign in to comment.