feat: Performance timeLabel done.

This commit is contained in:
chiayin
2024-02-01 12:33:11 +08:00
parent bddc1d3a7a
commit d89c5ff4d8
9 changed files with 481 additions and 58 deletions

View File

@@ -85,7 +85,7 @@
<script>
import { storeToRefs } from 'pinia';
import AllMapDataStore from '@/stores/allMapData.js';
import getTimeLabel from '@/module/timeLabel.js';
import { getTimeLabel } from '@/module/timeLabel.js';
import getMoment from 'moment';
export default {