v1.4.1 update

This commit is contained in:
carodej
2020-05-04 11:45:13 +02:00
parent b2db3755d8
commit ce2daaf6c4
29 changed files with 677 additions and 60 deletions
+6 -6
View File
@@ -1,6 +1,9 @@
<template>
<div id="vue-file-manager" :class="appSize">
<!--System alerts-->
<Alert />
<div id="application-wrapper" v-if="layout === 'authorized'">
<!--Share Item setup-->
@@ -10,15 +13,9 @@
<!--Move item setup-->
<MoveItem />
<!--System alerts-->
<Alert />
<!--Mobile Menu-->
<MobileMenu />
<!--Background vignette-->
<Vignette />
<!--Navigation Sidebar-->
<Sidebar/>
@@ -27,6 +24,9 @@
</div>
<router-view v-if="layout === 'unauthorized'"/>
<!--Background vignette-->
<Vignette />
</div>
</template>