feat: move Loading in auth layout to outside root container
This commit is contained in:
parent
e1cce87cdb
commit
073e93cb57
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div id="root-container" style="margin-top: 5dvh;">
|
||||
<Loading v-if="!mounted" />
|
||||
<div v-else id="main-container">
|
||||
<Loading v-if="!mounted" />
|
||||
<div v-else id="root-container" style="margin-top: 5dvh;">
|
||||
<div id="main-container">
|
||||
<div v-if="!instanceUrl">
|
||||
<div v-if="instanceError" style="color: red;">
|
||||
{{ instanceError }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue