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