V 1.1 Beta

This commit is contained in:
MakingCG
2020-03-11 10:36:10 +01:00
parent 3285a7e1c2
commit 2deca027cd
33 changed files with 837 additions and 1148 deletions

View File

@@ -5,6 +5,7 @@
<Auth v-if="isGuest" />
<div v-if="isLogged" id="auth">
<!--System alerts-->
<Alert />
@@ -31,11 +32,9 @@
import Auth from '@/components/VueFileManagerComponents/Auth'
import {ResizeSensor} from 'css-element-queries'
import {mapGetters} from 'vuex'
import {events} from '@/bus'
export default {
name: 'VueFileManager',
props: ['config'],
components: {
UserSettings,
FilesView,