Fix loading circle bug
This commit is contained in:
parent
f88ef064b1
commit
e0bf533477
|
@ -13,7 +13,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export let value = false
|
export let value = null
|
||||||
export let minValue = 0
|
export let minValue = 0
|
||||||
export let maxValue = 100
|
export let maxValue = 100
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue