You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vue-i18n/src/vue.d.ts
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,12 @@ import type {
16
16
DateTimeFormatResult,
17
17
DefineDateTimeFormat,
18
18
DefineLocaleMessage,
19
-
ExportedGlobalComposer,
20
19
NumberFormat,
21
20
NumberFormatResult,
22
21
RemovedIndexResources,
23
22
TranslateResult,
24
23
Translation,
25
-
VueI18n,
24
+
VueI18nInstance,
26
25
VueI18nOptions,
27
26
VueMessageType
28
27
}from'@intlify/vue-i18n-core'
@@ -72,7 +71,7 @@ declare module 'vue' {
72
71
* The locales, locale messages, and other resources managed by the instance referenced by this property are valid as global scope.
73
72
* If the `i18n` component custom option is not specified, it's the same as the VueI18n instance that can be referenced by the i18n instance {@link I18n.global | global} property.
0 commit comments