Skip to content

Commit 74248d4

Browse files
authored
1 parent 4f9676e commit 74248d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const trans_choice = transChoice
101101
/**
102102
* Type declarations for `$t` and `$tChoice` mixins.
103103
*/
104-
declare module '@vue/runtime-core' {
104+
declare module 'vue' {
105105
interface ComponentCustomProperties {
106106
$t: typeof trans
107107
$tChoice: typeof transChoice

0 commit comments

Comments
 (0)