Skip to content

Commit 864cf89

Browse files
Merge pull request #451 from danielroe/vue-augment
fix: augment `vue` rather than `@vue/runtime-core`
2 parents 6070275 + 69e3a6d commit 864cf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)