diff --git a/src/runtime/components/Tooltip.vue b/src/runtime/components/Tooltip.vue index 35526ba8..205e55d8 100644 --- a/src/runtime/components/Tooltip.vue +++ b/src/runtime/components/Tooltip.vue @@ -25,6 +25,8 @@ export interface TooltipEmits extends TooltipRootEmits {} export interface TooltipSlots { default(): any content(): any + text(): any + shortcuts(): any } @@ -55,10 +57,14 @@ const ui = computed(() => tv({ extend: tooltip, slots: props.ui })()) - {{ text }} + + {{ text }} + - + + +