Skip to content

Commit 432b80e

Browse files
authored
Merge pull request #320 from linspw/patch-1
fix: change augmentation module
2 parents 79b4c3c + f094457 commit 432b80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TippySingleton.ts

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

7-
declare module '@vue/runtime-core' {
7+
declare module 'vue' {
88
interface ComponentCustomProps extends TippyOptions {}
99
}
1010

0 commit comments

Comments
 (0)