From b485d27acf7502d1e7d0f30414931f322cbf83ac Mon Sep 17 00:00:00 2001 From: ivamp Date: Wed, 6 Dec 2023 23:00:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20Loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Loading.vue | 22 ++++++++++++++++++++++ src/views/libraries/List.vue | 14 +++++++++++--- 2 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 src/components/Loading.vue diff --git a/src/components/Loading.vue b/src/components/Loading.vue new file mode 100644 index 0000000..94dfb77 --- /dev/null +++ b/src/components/Loading.vue @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/src/views/libraries/List.vue b/src/views/libraries/List.vue index f74044b..70ce907 100644 --- a/src/views/libraries/List.vue +++ b/src/views/libraries/List.vue @@ -1,5 +1,8 @@