Skip to content

Commit

Permalink
Fix type augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
justinaskav committed Jan 23, 2025
1 parent 4f9676e commit a1b4963
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 a1b4963

Please sign in to comment.