Skip to content

Commit

Permalink
fix: replace expansion panel header and content components
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Sep 12, 2023
1 parent 56edc17 commit e9f082b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rules/no-deprecated-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const replacements = {
VListTileSubTitle: 'v-list-item-subtitle',
VJumbotron: false,
VToolbarSideIcon: 'v-app-bar-nav-icon',
VExpansionPanelHeader: 'v-expansion-panel-title',
VExpansionPanelContent: 'v-expansion-panel-text',

// Possible typos
VListItemSubTitle: 'v-list-item-subtitle',
Expand Down

0 comments on commit e9f082b

Please sign in to comment.