huangbin 4 년 전
부모
커밋
c88030e66c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/market/spot_trade/components/history-chart/index.vue

+ 2 - 1
src/views/market/spot_trade/components/history-chart/index.vue

@@ -14,8 +14,9 @@
 </template>
 
 <script lang="ts">
-import { defineComponent, onMounted, PropType, ref, nextTick, watchEffect } from 'vue';
+import { defineComponent, PropType, ref, watchEffect } from 'vue';
 import { initData } from '@/common/methods';
+``;
 import * as echarts from 'echarts/core';
 import {
     BarChart,