fix: 去除多余的引入

This commit is contained in:
奔跑的面条 2022-04-11 12:42:49 +08:00
parent 895d1c8ac8
commit 383b7c3cd5

View File

@ -31,10 +31,8 @@
</template>
<script setup lang="ts">
import { PropType, onUnmounted, reactive, ref, toRefs, watch } from 'vue'
import { PropType, onUnmounted, reactive, toRefs, watch } from 'vue'
import { CreateComponentType } from '@/packages/index.d'
import cloneDeep from 'lodash/cloneDeep'
import merge from 'lodash/merge'
import { useChartDataFetch } from '@/hooks'
import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore'