mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 09:20:36 +01:00
chore: clean withDefaults
This commit is contained in:
@@ -37,7 +37,11 @@ import { useForwardPropsEmits } from 'radix-vue'
|
||||
import { Popover, HoverCard } from 'radix-vue/namespaced'
|
||||
import { reactivePick } from '@vueuse/core'
|
||||
|
||||
const props = withDefaults(defineProps<PopoverProps>(), { mode: 'click', openDelay: 0, closeDelay: 0 })
|
||||
const props = withDefaults(defineProps<PopoverProps>(), {
|
||||
mode: 'click',
|
||||
openDelay: 0,
|
||||
closeDelay: 0
|
||||
})
|
||||
const emits = defineEmits<PopoverEmits>()
|
||||
defineSlots<PopoverSlots>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user