refactor(frontend): remove $ts and $t
This commit is contained in:
6
packages/frontend/@types/vue.d.ts
vendored
6
packages/frontend/@types/vue.d.ts
vendored
@@ -1,10 +1,4 @@
|
||||
/// <reference types="vue/macros-global" />
|
||||
|
||||
import type { i18n } from '@/i18n';
|
||||
|
||||
declare module 'vue' {
|
||||
interface ComponentCustomProperties {
|
||||
$t: typeof i18n['t'];
|
||||
$ts: typeof i18n['ts'];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user