From e255e6bd2747b283c36aa923126aa9a50337f034 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 5 Nov 2022 04:22:27 -0400 Subject: [PATCH] [+] Add loading --- src/components/Loading.vue | 30 +++++++++++++++++++++ src/css/loading.svg | 54 ++++++++++++++++++++++++++++++++++++++ src/views/About.vue | 8 +++--- src/views/Blog.vue | 6 +++-- 4 files changed, 93 insertions(+), 5 deletions(-) create mode 100644 src/components/Loading.vue create mode 100644 src/css/loading.svg diff --git a/src/components/Loading.vue b/src/components/Loading.vue new file mode 100644 index 0000000..a7d9454 --- /dev/null +++ b/src/components/Loading.vue @@ -0,0 +1,30 @@ + + + + + diff --git a/src/css/loading.svg b/src/css/loading.svg new file mode 100644 index 0000000..f8356d4 --- /dev/null +++ b/src/css/loading.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/About.vue b/src/views/About.vue index a965f04..e8cffe5 100644 --- a/src/views/About.vue +++ b/src/views/About.vue @@ -1,11 +1,12 @@