Skip to content

Commit

Permalink
Fix type augmentation (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinaskav authored Jan 27, 2025
1 parent 4f9676e commit 74248d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const trans_choice = transChoice
/**
* Type declarations for `$t` and `$tChoice` mixins.
*/
declare module '@vue/runtime-core' {
declare module 'vue' {
interface ComponentCustomProperties {
$t: typeof trans
$tChoice: typeof transChoice
Expand Down

0 comments on commit 74248d4

Please sign in to comment.