|
@@ -37,7 +37,7 @@
|
|
|
<script lang="ts" setup>
|
|
|
import { ref, shallowRef, reactive, watch, onUnmounted } from "vue";
|
|
|
import { init, getInstanceByDom } from "echarts";
|
|
|
-import * as dayjs from "dayjs";
|
|
|
+import dayjs from "dayjs";
|
|
|
import { get_exchange, get_coin, get_depth, get_incremental_depth } from "@/api";
|
|
|
|
|
|
let pageLoading = ref(true);
|