diff --git a/packages/petite-vue-i18n/src/vue.d.ts b/packages/petite-vue-i18n/src/vue.d.ts index 36cf81674..583b2800e 100644 --- a/packages/petite-vue-i18n/src/vue.d.ts +++ b/packages/petite-vue-i18n/src/vue.d.ts @@ -31,7 +31,7 @@ import type { import type { ExportedGlobalComposer } from '../../vue-i18n-core/src/i18n' // --- THE CONTENT BELOW THIS LINE WILL BE APPENDED TO DTS FILE IN DIST DIRECTORY --- // -declare module '@vue/runtime-core' { +declare module 'vue' { /** * Component Custom Options for Vue I18n * diff --git a/packages/vue-i18n-bridge/src/vue.d.ts b/packages/vue-i18n-bridge/src/vue.d.ts index abc72790d..9ab058c40 100644 --- a/packages/vue-i18n-bridge/src/vue.d.ts +++ b/packages/vue-i18n-bridge/src/vue.d.ts @@ -36,7 +36,7 @@ import type { } from '../../vue-i18n-core/src/components' // --- THE CONTENT BELOW THIS LINE WILL BE APPENDED TO DTS FILE IN DIST DIRECTORY --- // -declare module '@vue/runtime-core' { +declare module 'vue' { /** * Component Custom Options for Vue I18n * diff --git a/packages/vue-i18n-core/src/i18n.ts b/packages/vue-i18n-core/src/i18n.ts index c641335c2..f3b4dfef2 100644 --- a/packages/vue-i18n-core/src/i18n.ts +++ b/packages/vue-i18n-core/src/i18n.ts @@ -99,7 +99,7 @@ declare module 'vue' { } // internal Component Instance API isCE -declare module '@vue/runtime-core' { +declare module 'vue' { export interface ComponentInternalInstance { /** * @internal diff --git a/packages/vue-i18n/src/vue.d.ts b/packages/vue-i18n/src/vue.d.ts index abc72790d..9ab058c40 100644 --- a/packages/vue-i18n/src/vue.d.ts +++ b/packages/vue-i18n/src/vue.d.ts @@ -36,7 +36,7 @@ import type { } from '../../vue-i18n-core/src/components' // --- THE CONTENT BELOW THIS LINE WILL BE APPENDED TO DTS FILE IN DIST DIRECTORY --- // -declare module '@vue/runtime-core' { +declare module 'vue' { /** * Component Custom Options for Vue I18n *