From 7af900bee18752264e67871b8d30b96699981590 Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Mon, 30 Oct 2023 09:50:14 +0700 Subject: [PATCH] create empty section for each page --- src/components/Pages/EmptyPage.vue | 205 ++--------------------------- 1 file changed, 8 insertions(+), 197 deletions(-) diff --git a/src/components/Pages/EmptyPage.vue b/src/components/Pages/EmptyPage.vue index 905c25a..36f5785 100644 --- a/src/components/Pages/EmptyPage.vue +++ b/src/components/Pages/EmptyPage.vue @@ -1,203 +1,14 @@ - \ No newline at end of file +defineProps({ + type: { + type: String as () => "no_filter" | "not_found" | "disconnect" | "connection_change" | "error_404" | "error_403" | "error_500", + default: 'not_found', + } +}) + \ No newline at end of file