@@ -35,6 +35,7 @@
</template>
<script lang="ts" setup>
+
import { ref, reactive, onMounted, nextTick, defineProps, watch } from 'vue';
import { SvgIcon } from '/@/components/Icon';
import * as echarts from 'echarts';