mirror of
https://github.com/bufanyun/hotgo.git
synced 2026-04-21 10:34:28 +08:00
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
watch(
|
||||
() => props.value,
|
||||
async () => {
|
||||
if (props.value === 0) {
|
||||
if (!props.value || props.value === 0) {
|
||||
valueLabel.value = null;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user