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 {
31
31
import type { ExportedGlobalComposer } from '../../vue-i18n-core/src/i18n'
32
32
33
33
// --- THE CONTENT BELOW THIS LINE WILL BE APPENDED TO DTS FILE IN DIST DIRECTORY --- //
34
- declare module '@ vue/runtime-core ' {
34
+ declare module 'vue' {
35
35
/**
36
36
* Component Custom Options for Vue I18n
37
37
*
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import type {
36
36
} from '../../vue-i18n-core/src/components'
37
37
38
38
// --- THE CONTENT BELOW THIS LINE WILL BE APPENDED TO DTS FILE IN DIST DIRECTORY --- //
39
- declare module '@ vue/runtime-core ' {
39
+ declare module 'vue' {
40
40
/**
41
41
* Component Custom Options for Vue I18n
42
42
*
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ declare module 'vue' {
99
99
}
100
100
101
101
// internal Component Instance API isCE
102
- declare module '@ vue/runtime-core ' {
102
+ declare module 'vue' {
103
103
export interface ComponentInternalInstance {
104
104
/**
105
105
* @internal
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import type {
36
36
} from '../../vue-i18n-core/src/components'
37
37
38
38
// --- THE CONTENT BELOW THIS LINE WILL BE APPENDED TO DTS FILE IN DIST DIRECTORY --- //
39
- declare module '@ vue/runtime-core ' {
39
+ declare module 'vue' {
40
40
/**
41
41
* Component Custom Options for Vue I18n
42
42
*
You can’t perform that action at this time.
0 commit comments