diff --git a/public/source/UI/empty.webp b/public/source/UI/empty.webp new file mode 100644 index 00000000..c4fd06bb Binary files /dev/null and b/public/source/UI/empty.webp differ diff --git a/src/components/t-loading.vue b/src/components/t-loading.vue index 5538bc5f..9441771e 100644 --- a/src/components/t-loading.vue +++ b/src/components/t-loading.vue @@ -3,12 +3,15 @@
{{ props.title }} - +
{{ props.subtitle }}
-
+
loading
+
+ empty +
{{ props.content }}
@@ -25,6 +28,10 @@ const props = defineProps({ content: { type: String, }, + empty: { + type: Boolean, + default: false, + }, });