Skip to content

Commit 3b0463d

Browse files
committed
Revert "fix(no-deprecated-components): add div replacement for v-list-item-content"
This reverts commit 5fae9d1.
1 parent 0c6a1a3 commit 3b0463d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rules/no-deprecated-components.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const replacements = {
77
VListTileAction: 'v-list-item-action',
88
VListTileAvatar: false,
99
VListTileActionText: 'v-list-item-action-text',
10-
VListTileContent: 'div',
10+
VListTileContent: false,
1111
VListTileTitle: 'v-list-item-title',
1212
VListTileSubTitle: 'v-list-item-subtitle',
1313
VJumbotron: false,
@@ -24,7 +24,7 @@ const replacements = {
2424
VData: false,
2525
VListItemGroup: false,
2626
VListItemAvatar: { custom: '`v-list-item` with `avatar` props, or `v-avatar` in the list item append or prepend slot' },
27-
VListItemContent: 'div',
27+
VListItemContent: false,
2828
VListItemIcon: { custom: '`v-list-item` with `icon` props, or `v-icon` in the list item append or prepend slot' },
2929
VOverflowBtn: false,
3030
VPicker: false,

0 commit comments

Comments
 (0)