Skip to content

Commit 7baca5c

Browse files
authored
fix(VPicker): remove from deprecated components (#119)
1 parent 16e5170 commit 7baca5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rules/no-deprecated-components.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const replacements = {
2727
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,
30-
VPicker: false,
3130
VSimpleCheckbox: 'v-checkbox-btn',
3231
VSubheader: { custom: 'v-list-subheader or class="text-subtitle-2"' },
3332
VSimpleTable: 'v-table',

0 commit comments

Comments
 (0)