Skip to content

Commit 14d7a04

Browse files
authored
fix: explain replacement for VListItemAvatar/Icon (#72)
1 parent b3c3995 commit 14d7a04

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
@@ -24,9 +24,9 @@ const replacements = {
2424
VCalendar: false,
2525
VData: false,
2626
VListItemGroup: false,
27-
VListItemAvatar: false,
27+
VListItemAvatar: { custom: '`v-list-item` with `avatar` props, or `v-avatar` in the list item append or prepend slot' },
2828
VListItemContent: false,
29-
VListItemIcon: false,
29+
VListItemIcon: { custom: '`v-list-item` with `icon` props, or `v-icon` in the list item append or prepend slot' },
3030
VOverflowBtn: false,
3131
VPicker: false,
3232
VSimpleCheckbox: 'v-checkbox-btn',

0 commit comments

Comments
 (0)