Przeglądaj źródła

fix: improve type introduction, fix #1196

vben 3 lat temu
rodzic
commit
2820d5a627
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/views/demo/charts/SaleRadar.vue

+ 2 - 1
src/views/demo/charts/SaleRadar.vue

@@ -4,8 +4,9 @@
   </Card>
 </template>
 <script lang="ts">
-  import { defineComponent, Ref, ref, watch } from 'vue';
+  import type { Ref } from 'vue';
 
+  import { defineComponent, ref, watch } from 'vue';
   import { Card } from 'ant-design-vue';
   import { useECharts } from '/@/hooks/web/useECharts';