save overlay
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user