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 42aea7b commit 67c05f0Copy full SHA for 67c05f0
packages/vue-i18n-bridge/src/vue.d.ts
@@ -1233,5 +1233,8 @@ declare module '@vue/runtime-core' {
1233
['i18n-t']: typeof Translation
1234
['i18n-d']: typeof DatetimeFormat
1235
['i18n-n']: typeof NumberFormat
1236
+ ['I18nT']: typeof Translation
1237
+ ['I18nD']: typeof DatetimeFormat
1238
+ ['I18nN']: typeof NumberFormat
1239
}
1240
packages/vue-i18n/src/vue.d.ts
0 commit comments