mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
fix(Progress): initial indicator style when percent is 0
This commit is contained in:
@@ -75,7 +75,7 @@ const percent = computed(() => {
|
||||
})
|
||||
|
||||
const indicatorStyle = computed(() => {
|
||||
if (!percent.value) {
|
||||
if (percent.value === undefined) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user