File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import type {
18
18
import type { ExportedGlobalComposer } from '../../vue-i18n-core/src/i18n'
19
19
20
20
// --- THE CONTENT BELOW THIS LINE WILL BE APPENDED TO DTS FILE IN DIST DIRECTORY --- //
21
- declare module '@ vue/runtime-core ' {
21
+ declare module 'vue' {
22
22
/**
23
23
* Component Custom Options for Vue I18n
24
24
*
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ declare module 'vue' {
68
68
}
69
69
70
70
// internal Component Instance API isCE
71
- declare module '@ vue/runtime-core ' {
71
+ declare module 'vue' {
72
72
export interface ComponentInternalInstance {
73
73
/**
74
74
* @internal
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import type {
35
35
} from '../../vue-i18n-core/src/components'
36
36
37
37
// --- THE CONTENT BELOW THIS LINE WILL BE APPENDED TO DTS FILE IN DIST DIRECTORY --- //
38
- declare module '@ vue/runtime-core ' {
38
+ declare module 'vue' {
39
39
/**
40
40
* Component Custom Options for Vue I18n
41
41
*
You can’t perform that action at this time.
0 commit comments