From 4975604826d22dadfb827cd30aeb8dccd883115b Mon Sep 17 00:00:00 2001 From: Maher <50132270+abaza738@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:26:41 +0300 Subject: [PATCH] fix: augment `vue` rather than sub packages --- src/components/Tippy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tippy.ts b/src/components/Tippy.ts index d5d4df5..9b37f5d 100644 --- a/src/components/Tippy.ts +++ b/src/components/Tippy.ts @@ -3,7 +3,7 @@ import { TippyOptions } from '../types' import { useTippy } from '../composables' import tippy from 'tippy.js' -declare module '@vue/runtime-core' { +declare module 'vue' { interface ComponentCustomProps extends TippyOptions { to: string | Element tag: string