Skip to content

Commit

Permalink
Merge pull request #451 from danielroe/vue-augment
Browse files Browse the repository at this point in the history
fix: augment `vue` rather than `@vue/runtime-core`
  • Loading branch information
hunterliu1003 authored Sep 10, 2024
2 parents 6070275 + 69e3a6d commit 864cf89
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 864cf89

Please sign in to comment.