Skip to content

Commit

Permalink
fix: improve type introduction, fix #1196
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Sep 13, 2021
1 parent 9640484 commit 2820d5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/demo/charts/SaleRadar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 2820d5a

Please sign in to comment.