memos home module

This commit is contained in:
2020-05-09 13:04:15 +02:00
parent 7e3529cecf
commit 6ef804c01a
8 changed files with 109 additions and 60 deletions

View File

@@ -1,6 +1,8 @@
<template>
<div v-if="loading" class="flex items-center">
<svg-vue icon="loader" class="loader"/>
<div class="min-h-16 w-full">
<div v-if="loading" class="flex justify-center text-gray-900 m-4">
<svg-vue icon="loader" class="stroke-current w-12 h-12"/>
</div>
</div>
</template>