Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Apr 22, 2024
1 parent 4d8d9d5 commit 7eb2d23
Show file tree
Hide file tree
Showing 2 changed files with 7,906 additions and 10,108 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/components/DropdownButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const props = withDefaults(defineProps<ButtonProps & {
keepOpen: false,
})
const disabled = inject<ComputedGetter<boolean> | undefined>('$ui-dropdown-disabled', undefined)
const disabled = inject<ComputedGetter<boolean> | undefined>('$ui-dropdown-disabled', undefined)!
</script>

<template>
Expand Down
Loading

0 comments on commit 7eb2d23

Please sign in to comment.