添加练习超时,重新挑战
This commit is contained in:
@@ -63,9 +63,7 @@ const timer = ref(null);
|
||||
watch(
|
||||
() => props.start,
|
||||
(newVal) => {
|
||||
if (newVal) {
|
||||
startCount.value = true;
|
||||
}
|
||||
startCount.value = newVal;
|
||||
},
|
||||
{
|
||||
immediate: true,
|
||||
|
||||
Reference in New Issue
Block a user