Convert all store files from JavaScript to TypeScript
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -152,8 +152,8 @@
|
||||
<script>
|
||||
import { storeToRefs } from 'pinia';
|
||||
import moment from 'moment';
|
||||
import { useLoadingStore } from '@/stores/loading.js';
|
||||
import { useCompareStore } from '@/stores/compare.js';
|
||||
import { useLoadingStore } from '@/stores/loading';
|
||||
import { useCompareStore } from '@/stores/compare';
|
||||
import SidebarStates from '@/components/Compare/SidebarStates.vue';
|
||||
import { setLineChartData } from '@/module/setChartData.js';
|
||||
import { simpleTimeLabel, followTimeLabel,
|
||||
|
||||
Reference in New Issue
Block a user