save overlay

This commit is contained in:
2021-08-05 19:12:23 +00:00
parent f834bacaa1
commit 893768912b
42 changed files with 132 additions and 286 deletions

View File

@@ -149,13 +149,9 @@
</v-row>
</v-form>
</div>
<template v-if="!formState.ready">
<v-progress-circular
indeterminate
color="primary"
:size="60"
></v-progress-circular>
</template>
<v-overlay :value="!formState.ready || formState.loading">
<v-progress-circular indeterminate :size="64" />
</v-overlay>
</div>
</template>