Skip to content

Commit 7eb2d23

Browse files
committed
chore: update
1 parent 4d8d9d5 commit 7eb2d23

File tree

2 files changed

+7906
-10108
lines changed

2 files changed

+7906
-10108
lines changed

packages/ui/src/components/DropdownButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = withDefaults(defineProps<ButtonProps & {
1111
keepOpen: false,
1212
})
1313
14-
const disabled = inject<ComputedGetter<boolean> | undefined>('$ui-dropdown-disabled', undefined)
14+
const disabled = inject<ComputedGetter<boolean> | undefined>('$ui-dropdown-disabled', undefined)!
1515
</script>
1616

1717
<template>

0 commit comments

Comments
 (0)