Skip to content

Commit

Permalink
fix: support pascal case for components (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored Jan 14, 2023
1 parent 42aea7b commit 67c05f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vue-i18n-bridge/src/vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1233,5 +1233,8 @@ declare module '@vue/runtime-core' {
['i18n-t']: typeof Translation
['i18n-d']: typeof DatetimeFormat
['i18n-n']: typeof NumberFormat
['I18nT']: typeof Translation
['I18nD']: typeof DatetimeFormat
['I18nN']: typeof NumberFormat
}
}
3 changes: 3 additions & 0 deletions packages/vue-i18n/src/vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1233,5 +1233,8 @@ declare module '@vue/runtime-core' {
['i18n-t']: typeof Translation
['i18n-d']: typeof DatetimeFormat
['i18n-n']: typeof NumberFormat
['I18nT']: typeof Translation
['I18nD']: typeof DatetimeFormat
['I18nN']: typeof NumberFormat
}
}

0 comments on commit 67c05f0

Please sign in to comment.