🐛 bugfix:无法打包问题,原因:import clone 从 unocss 导致

This commit is contained in:
YunaiV
2024-02-18 20:58:01 +08:00
parent cd86c08e59
commit f01bb2dc78
9 changed files with 9 additions and 9 deletions

View File

@ -20,7 +20,7 @@
<script setup lang="ts">
import { RankApi, BiRankRespVO } from '@/api/crm/bi/rank'
import { EChartsOption } from 'echarts'
import { clone } from 'unocss'
import { clone } from 'lodash-es'
defineOptions({ name: 'ReceivablePriceRank' })
const props = defineProps<{ queryParams: any }>() // 搜索参数