Fix auth settings initial load responsiveness
This commit is contained in:
parent
0c83101268
commit
3fb1e7a1f4
@ -6,8 +6,8 @@
|
|||||||
:title="$t('title')"
|
:title="$t('title')"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<template v-if="Object.keys(getAuth).length">
|
||||||
<c-system-editor-auth
|
<c-system-editor-auth
|
||||||
v-if="Object.keys(getAuth).length"
|
|
||||||
:settings="getAuth"
|
:settings="getAuth"
|
||||||
:processing="auth.processing"
|
:processing="auth.processing"
|
||||||
:success="auth.success"
|
:success="auth.success"
|
||||||
@ -34,6 +34,7 @@
|
|||||||
@resetAttachment="onResetBackgroundImage"
|
@resetAttachment="onResetBackgroundImage"
|
||||||
@submit="onAuthBackgroundSubmit"
|
@submit="onAuthBackgroundSubmit"
|
||||||
/>
|
/>
|
||||||
|
</template>
|
||||||
</b-container>
|
</b-container>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user