Merge pull request #319 from abaza738/patch-1
fix: augment `vue` rather than sub packages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user