Skip to content

Commit

Permalink
Revert "fix(no-deprecated-components): add div replacement for v-list…
Browse files Browse the repository at this point in the history
…-item-content"

This reverts commit 5fae9d1.
  • Loading branch information
KaelWD committed Mar 10, 2024
1 parent 0c6a1a3 commit 3b0463d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rules/no-deprecated-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const replacements = {
VListTileAction: 'v-list-item-action',
VListTileAvatar: false,
VListTileActionText: 'v-list-item-action-text',
VListTileContent: 'div',
VListTileContent: false,
VListTileTitle: 'v-list-item-title',
VListTileSubTitle: 'v-list-item-subtitle',
VJumbotron: false,
Expand All @@ -24,7 +24,7 @@ const replacements = {
VData: false,
VListItemGroup: false,
VListItemAvatar: { custom: '`v-list-item` with `avatar` props, or `v-avatar` in the list item append or prepend slot' },
VListItemContent: 'div',
VListItemContent: false,
VListItemIcon: { custom: '`v-list-item` with `icon` props, or `v-icon` in the list item append or prepend slot' },
VOverflowBtn: false,
VPicker: false,
Expand Down

0 comments on commit 3b0463d

Please sign in to comment.