Convert all store files from JavaScript to TypeScript
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -138,9 +138,9 @@
|
||||
<script>
|
||||
import { storeToRefs, mapActions, } from 'pinia';
|
||||
import moment from 'moment';
|
||||
import { useLoadingStore } from '@/stores/loading.js';
|
||||
import { usePerformanceStore } from '@/stores/performance.js';
|
||||
import { useConformanceStore } from '@/stores/conformance.js';
|
||||
import { useLoadingStore } from '@/stores/loading';
|
||||
import { usePerformanceStore } from '@/stores/performance';
|
||||
import { useConformanceStore } from '@/stores/conformance';
|
||||
import StatusBar from '@/components/Discover/StatusBar.vue';
|
||||
import { setLineChartData } from '@/module/setChartData.js';
|
||||
import { simpleTimeLabel, followTimeLabel,
|
||||
|
||||
Reference in New Issue
Block a user