Added loading spinner to blog

merge-requests/9/head
Flycro 2022-02-05 22:36:15 +01:00
parent d3a500e0d4
commit 7ab3dc0836
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<div>
<h1>Blog</h1>
<div>
<ei:spinner-3 v-if="post.loading" class="text-4xl text-fly animate-spin" />
<ul
v-if="post.postList && post.loading === false" key="test" v-motion class="list-none"
:initial="{ opacity: 0 }" :enter="{opacity: 1, transition: {delay: 0.5,} }"