From 31da519650ae54230d9b633f6aa3a96a2b481623 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sat, 9 Mar 2024 19:59:15 +0100 Subject: [PATCH] chore(Tooltip): update --- src/runtime/components/Tooltip.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/runtime/components/Tooltip.vue b/src/runtime/components/Tooltip.vue index 615f9997..9a3f8d63 100644 --- a/src/runtime/components/Tooltip.vue +++ b/src/runtime/components/Tooltip.vue @@ -27,8 +27,6 @@ import { computed } from 'vue' import { TooltipRoot, TooltipTrigger, TooltipPortal, TooltipContent, TooltipArrow, useForwardProps, useForwardPropsEmits } from 'radix-vue' import { reactivePick } from '@vueuse/core' -defineOptions({ inheritAttrs: false }) - const props = withDefaults(defineProps(), { side: 'bottom', delayDuration: 0, @@ -53,7 +51,7 @@ const ui = computed(() => tooltip()) - + {{ content }}