fix: 去除多余的引入
This commit is contained in:
parent
895d1c8ac8
commit
383b7c3cd5
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user