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