Skip to content

Commit a3e404f

Browse files
authored
fix: typing errors (#441)
1 parent 5565d39 commit a3e404f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-i18n/src/vue.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ declare module '@vue/runtime-core' {
4141
* For devtools
4242
* @internal
4343
*/
44-
[DEVTOOLS_META]?: string
44+
__INTLIFY_META__?: string
4545
}
4646

4747
/**

0 commit comments

Comments
 (0)