We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576e3b0 commit 9302664Copy full SHA for 9302664
packages/vue-i18n-bridge/src/vue.d.ts
@@ -1228,7 +1228,9 @@ declare module '@vue/runtime-core' {
1228
key: Key | ResourceKeys
1229
): LocaleMessageValue<VueMessageType> | {}
1230
}
1231
+}
1232
1233
+declare module 'vue' {
1234
export interface GlobalComponents {
1235
['i18n-t']: typeof Translation
1236
['i18n-d']: typeof DatetimeFormat
packages/vue-i18n/src/vue.d.ts
0 commit comments