From 9c803bc613c722759f1e21c8ef6b60955ac444f0 Mon Sep 17 00:00:00 2001 From: valere Date: Wed, 9 Oct 2024 11:34:21 +0200 Subject: [PATCH] FEAT: loader --- app.vue | 1 + components/list.vue | 8 +++++--- components/loader.vue | 14 ++++++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 components/loader.vue diff --git a/app.vue b/app.vue index ea4ef5c..3bc4b6d 100644 --- a/app.vue +++ b/app.vue @@ -1,3 +1,4 @@ diff --git a/components/list.vue b/components/list.vue index d88293a..09748f3 100644 --- a/components/list.vue +++ b/components/list.vue @@ -1,5 +1,6 @@