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

@@ -1,8 +1,12 @@
<template>
<div v-resize="onResize">
<v-overlay :value="rendering" z-index="999">
<v-overlay
:value="rendering || !formState.ready || formState.loading"
z-index="999"
>
<v-progress-circular indeterminate size="64"></v-progress-circular>
</v-overlay>
<!-- {{ formState }} -->
<v-row v-show="formState.ready">
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>