提交 2820d5a6 作者: vben

fix: improve type introduction, fix #1196

上级 96404848
......@@ -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';
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论