|
@@ -17,15 +17,11 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script setup lang="ts">
|
|
|
-import { ref, onMounted, watch, nextTick } from "vue";
|
|
|
+import { ref, onMounted, watch } from "vue";
|
|
|
import { areaDetail } from "api/home";
|
|
|
import dayjs from "dayjs";
|
|
|
import { loadingOptions } from "@/utils/constants";
|
|
|
-import { useThemeConfig } from "@/stores/themeConfig";
|
|
|
-import { storeToRefs } from "pinia";
|
|
|
|
|
|
-const storesThemeConfig = useThemeConfig();
|
|
|
-const { themeConfig } = storeToRefs(storesThemeConfig);
|
|
|
const props = defineProps({
|
|
|
dateArray: {
|
|
|
type: Array,
|