mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-23 07:42:56 +08:00
chore: 优化进度条的代码写法
This commit is contained in:
parent
f19dd0ee20
commit
168af60a67
@ -49,10 +49,6 @@ const {
|
|||||||
dataset
|
dataset
|
||||||
} = toRefs(props.chartConfig.option)
|
} = toRefs(props.chartConfig.option)
|
||||||
|
|
||||||
//const option = shallowReactive({
|
|
||||||
// dataset: configOption.dataset
|
|
||||||
//})
|
|
||||||
|
|
||||||
// 手动更新
|
// 手动更新
|
||||||
watch(
|
watch(
|
||||||
() => props.chartConfig.option.dataset,
|
() => props.chartConfig.option.dataset,
|
||||||
|
Loading…
Reference in New Issue
Block a user