File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import type {
3131import type { ExportedGlobalComposer } from '../../vue-i18n-core/src/i18n'
3232
3333// --- THE CONTENT BELOW THIS LINE WILL BE APPENDED TO DTS FILE IN DIST DIRECTORY --- //
34- declare module '@ vue/runtime-core ' {
34+ declare module 'vue' {
3535 /**
3636 * Component Custom Options for Vue I18n
3737 *
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import type {
3636} from '../../vue-i18n-core/src/components'
3737
3838// --- THE CONTENT BELOW THIS LINE WILL BE APPENDED TO DTS FILE IN DIST DIRECTORY --- //
39- declare module '@ vue/runtime-core ' {
39+ declare module 'vue' {
4040 /**
4141 * Component Custom Options for Vue I18n
4242 *
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ declare module 'vue' {
9999}
100100
101101// internal Component Instance API isCE
102- declare module '@ vue/runtime-core ' {
102+ declare module 'vue' {
103103 export interface ComponentInternalInstance {
104104 /**
105105 * @internal
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import type {
3636} from '../../vue-i18n-core/src/components'
3737
3838// --- THE CONTENT BELOW THIS LINE WILL BE APPENDED TO DTS FILE IN DIST DIRECTORY --- //
39- declare module '@ vue/runtime-core ' {
39+ declare module 'vue' {
4040 /**
4141 * Component Custom Options for Vue I18n
4242 *
You can’t perform that action at this time.
0 commit comments