mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(Tooltip): update
This commit is contained in:
@@ -30,12 +30,9 @@ import { reactivePick } from '@vueuse/core'
|
||||
defineOptions({ inheritAttrs: false })
|
||||
|
||||
const props = withDefaults(defineProps<TooltipProps>(), {
|
||||
content: undefined,
|
||||
side: 'bottom',
|
||||
delayDuration: 0,
|
||||
sideOffset: 8,
|
||||
class: undefined,
|
||||
ui: undefined
|
||||
sideOffset: 8
|
||||
})
|
||||
const emits = defineEmits<TooltipEmits>()
|
||||
defineSlots<TooltipSlots>()
|
||||
|
||||
Reference in New Issue
Block a user