mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-22 15:53:01 +00:00
BulmaDrawer loading animation
This commit is contained in:
parent
05f5bed4d0
commit
4686ab9c56
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@
|
|||
<p class="card-header-title" @click="toggle">{{ header }}</p>
|
||||
<p v-if="refreshable" class="card-header-icon px-0">
|
||||
<button class="tag button icon is-info" @click="refresh">
|
||||
<font-awesome-icon icon="fa-solid fa-arrows-rotate" />
|
||||
<font-awesome-icon
|
||||
icon="fa-solid fa-arrows-rotate"
|
||||
:spin="is_open && !ready"
|
||||
/>
|
||||
</button>
|
||||
</p>
|
||||
<button class="card-header-icon" @click="toggle">
|
||||
|
|
Loading…
Reference in a new issue