Browse Source

fix: improve type introduction, fix #1196

pull/1201/head
vben 4 years ago
parent
commit
2820d5a627
  1. 3
      src/views/demo/charts/SaleRadar.vue

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

Loading…
Cancel
Save