🚀 修复构建问题.

This commit is contained in:
lijiahang
2024-04-15 14:08:00 +08:00
parent a74f3d8789
commit d7663466ea
2 changed files with 4 additions and 4 deletions

View File

@@ -6,13 +6,13 @@
</template>
<script lang="ts" setup>
import type { ECBasicOption } from 'echarts/types/src/util/types';
import type { EChartsOption } from 'echarts';
import { computed, nextTick, ref } from 'vue';
import { useAppStore } from '@/store';
import VCharts from 'vue-echarts';
const props = withDefaults(defineProps<{
options: ECBasicOption,
options: EChartsOption,
autoResize: boolean,
width: string,
height: string,