Skip to content

Commit 79b4c3c

Browse files
authored
Merge pull request #319 from abaza738/patch-1
fix: augment `vue` rather than sub packages
2 parents 5c39774 + 4975604 commit 79b4c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Tippy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { TippyOptions } from '../types'
33
import { useTippy } from '../composables'
44
import tippy from 'tippy.js'
55

6-
declare module '@vue/runtime-core' {
6+
declare module 'vue' {
77
interface ComponentCustomProps extends TippyOptions {
88
to: string | Element
99
tag: string

0 commit comments

Comments
 (0)