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