mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-26 08:45:08 +08:00
🐛 bugfix:无法打包问题,原因:import clone 从 unocss 导致
This commit is contained in:
@ -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 }>() // 搜索参数
|
||||
|
Reference in New Issue
Block a user