mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-17 14:43:42 +08:00
up 更新web端依赖包版本,修复潜在错误
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<template v-else-if="index === 2" #extra="{ extra }">
|
||||
<n-progress type="line" :percentage="extra.data" />
|
||||
<n-progress type="line" :percentage="Number(extra.data)" />
|
||||
</template>
|
||||
<template v-else-if="index === 3" #extra>
|
||||
<LoadChart ref="loadChartRef" :data-model="dataSource.load" />
|
||||
|
||||
Reference in New Issue
Block a user