Skip to content

Commit 0931cec

Browse files
fix(VExpansionPanel): remove unused toRef
1 parent f2f2518 commit 0931cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VExpansionPanel/VExpansionPanel.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { makeRoundedProps, useRounded } from '@/composables/rounded'
1212
import { makeTagProps } from '@/composables/tag'
1313

1414
// Utilities
15-
import { computed, provide, toRef } from 'vue'
15+
import { computed, provide } from 'vue'
1616
import { genericComponent, propsFactory, useRender } from '@/util'
1717

1818
export const makeVExpansionPanelProps = propsFactory({

0 commit comments

Comments
 (0)