Skip to content

Commit 69e3a6d

Browse files
committed
fix: augment vue rather than @vue/runtime-core
1 parent 6070275 commit 69e3a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-final-modal/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export type { VueFinalModalEmits } from './components/VueFinalModal/VueFinalModa
2323
/** Composables */
2424
export { useVfm, useModal, useVfmAttrs, useModalSlot } from './useApi'
2525

26-
declare module '@vue/runtime-core' {
26+
declare module 'vue' {
2727
export interface ComponentCustomProperties {
2828
/**
2929
* Vue Final Modal global state for the modal components and also provides

0 commit comments

Comments
 (0)