refactor(frontend): remove $store
This commit is contained in:
1
packages/frontend/@types/vue.d.ts
vendored
1
packages/frontend/@types/vue.d.ts
vendored
@@ -8,7 +8,6 @@ import type { i18n } from '@/i18n';
|
||||
declare module 'vue' {
|
||||
interface ComponentCustomProperties {
|
||||
$i: typeof $i;
|
||||
$store: typeof defaultStore;
|
||||
$instance: typeof instance;
|
||||
$t: typeof i18n['t'];
|
||||
$ts: typeof i18n['ts'];
|
||||
|
Reference in New Issue
Block a user