Skip to content

Commit

Permalink
fix: augment vue rather than @vue/runtime-core
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 16, 2024
1 parent 6070275 commit 69e3a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-final-modal/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export type { VueFinalModalEmits } from './components/VueFinalModal/VueFinalModa
/** Composables */
export { useVfm, useModal, useVfmAttrs, useModalSlot } from './useApi'

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface ComponentCustomProperties {
/**
* Vue Final Modal global state for the modal components and also provides
Expand Down

0 comments on commit 69e3a6d

Please sign in to comment.