Tweak UI
This commit is contained in:
parent
a88e486468
commit
d06517265f
4 changed files with 33 additions and 23 deletions
|
|
@ -10,7 +10,9 @@
|
|||
<button class="_button" @click="$refs.modal.close()"><Fa :icon="faTimes"/></button>
|
||||
</div>
|
||||
<div class="body _flat_">
|
||||
<component :is="component" v-bind="props" :ref="changePage"/>
|
||||
<keep-alive>
|
||||
<component :is="component" v-bind="props" :ref="changePage"/>
|
||||
</keep-alive>
|
||||
</div>
|
||||
</div>
|
||||
</MkModal>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue