fix pageloading

This commit is contained in:
2023-09-29 13:17:18 +10:00
parent 03f9659243
commit dbab224a9d

View File

@@ -141,6 +141,7 @@ const handleLoad = async () => {
route.params.id === undefined
) {
pageStatus.value = 404;
pageLoading.value = false;
} else {
const params = {
id: route.params.id,