This commit is contained in:
Henry Jameson 2020-10-21 00:31:16 +03:00
parent 1ec41302f7
commit f561e75553
41 changed files with 497 additions and 140 deletions

View file

@ -1,7 +1,11 @@
<template>
<div class="exporter">
<div v-if="processing">
<FAIcon icon="circle-notch" size="lg" spin />
<FAIcon
icon="circle-notch"
size="lg"
spin
/>
<span>{{ processingMessage }}</span>
</div>