@@ -193,7 +193,8 @@ function replay() {
isOver.value = true
}
}, 1000)
- recognizedCorpList.value = 0
+ recognizedCorpList.value = []
+ setCardList()
watch(isOver, (vNew) => {