nicer loader indicator

This commit is contained in:
2020-07-28 12:01:35 +02:00
parent e9e77c15ae
commit b719b06a8e
9 changed files with 36 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<MainContentLayout id="index-locorum" class="index">
<template v-slot:header>
<h1>Lieux</h1>
<span v-if="!items.length">Loading ...</span>
<span v-if="!items.length" class="loading">Loading ...</span>
</template>
<ul v-if="items.length" class="item-list">