Skip to content

Commit

Permalink
refactor: remove groupActivatorActivatable from VList
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwu9145 committed May 11, 2024
1 parent d13e68f commit cae4b0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/vuetify/src/components/VList/VList.tsx
Expand Up @@ -88,10 +88,6 @@ export const makeVListProps = propsFactory({
disabled: Boolean,
expandIcon: String,
collapseIcon: String,
groupActivatorActivatable: {
type: Boolean,
default: false,
},
lines: {
type: [Boolean, String] as PropType<'one' | 'two' | 'three' | false>,
default: 'one',
Expand Down

0 comments on commit cae4b0b

Please sign in to comment.