misc: PageFront 로딩 직후에는 갱신 완료 메시지 없음

This commit is contained in:
2023-03-09 20:32:10 +09:00
parent 076c0cd604
commit 47bf5cdd17
+4 -1
View File
@@ -407,7 +407,10 @@ watch(refreshCounter, async () => {
recordRef.value.unshift([id, formatLog(record)]);
}
}
if (haveNewRecord) {
if (refreshCounter.value <= 1){
console.log('초기화 완료');
}
else if (haveNewRecord) {
toasts.info(
{
title: "갱신 완료",