TypeScript bugs fixed

This commit is contained in:
Cindy Chang
2024-07-09 13:53:20 +08:00
parent 5c46fd6ce7
commit 8b99a230d7
13 changed files with 19 additions and 24 deletions

View File

@@ -33,7 +33,7 @@
import { computed, } from 'vue';
import { mapActions, mapState, storeToRefs } from 'pinia';
import i18next from '@/i18n/i18n';
import LoginStore from '@/stores/login.js';
import LoginStore from '@/stores/login.ts';
import AcctMgmtStore from '@/stores/acctMgmt';
import AllMapDataStore from '@/stores/allMapData.js';
import ConformanceStore from '@/stores/conformance.js';