1
0
Эх сурвалжийг харах

fix: improve type introduction, fix #1196

vben 3 жил өмнө
parent
commit
2820d5a627

+ 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';