Skip to content

Commit e9f082b

Browse files
committed
fix: replace expansion panel header and content components
1 parent 56edc17 commit e9f082b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rules/no-deprecated-components.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ const replacements = {
1212
VListTileSubTitle: 'v-list-item-subtitle',
1313
VJumbotron: false,
1414
VToolbarSideIcon: 'v-app-bar-nav-icon',
15+
VExpansionPanelHeader: 'v-expansion-panel-title',
16+
VExpansionPanelContent: 'v-expansion-panel-text',
1517

1618
// Possible typos
1719
VListItemSubTitle: 'v-list-item-subtitle',

0 commit comments

Comments
 (0)