Skip to content

Commit

Permalink
fix(VExpansionPanel): remove unused toRef
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticPotatoe authored Jun 14, 2024
1 parent f2f2518 commit 0931cec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { makeRoundedProps, useRounded } from '@/composables/rounded'
import { makeTagProps } from '@/composables/tag'

// Utilities
import { computed, provide, toRef } from 'vue'
import { computed, provide } from 'vue'
import { genericComponent, propsFactory, useRender } from '@/util'

export const makeVExpansionPanelProps = propsFactory({
Expand Down

0 comments on commit 0931cec

Please sign in to comment.