fix: 경매장 갱신 버튼

This commit is contained in:
2022-06-10 00:43:47 +09:00
parent e5ba980865
commit a19da6cda5
3 changed files with 39 additions and 14 deletions
+4
View File
@@ -282,6 +282,10 @@ async function openAuction() {
}
}
defineExpose({
refresh,
})
onMounted(async () => {
void refresh();
console.log("mounted");