Skip to content

Commit

Permalink
fix: explain replacement for VListItemAvatar/Icon (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 committed Dec 8, 2023
1 parent b3c3995 commit 14d7a04
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 @@ -24,9 +24,9 @@ const replacements = {
VCalendar: false,
VData: false,
VListItemGroup: false,
VListItemAvatar: false,
VListItemAvatar: { custom: '`v-list-item` with `avatar` props, or `v-avatar` in the list item append or prepend slot' },
VListItemContent: false,
VListItemIcon: false,
VListItemIcon: { custom: '`v-list-item` with `icon` props, or `v-icon` in the list item append or prepend slot' },
VOverflowBtn: false,
VPicker: false,
VSimpleCheckbox: 'v-checkbox-btn',
Expand Down

0 comments on commit 14d7a04

Please sign in to comment.