page not found error

This commit is contained in:
2023-09-13 19:55:47 +10:00
parent 1a59ac955d
commit 1c9100e5de

View File

@@ -138,6 +138,8 @@ const handleLoad = async () => {
} else {
pageStatus.value = 404;
}
} else {
pageStatus.value = result.status;
}
pageLoading.value = false;