mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 09:12:14 +00:00
V 1.1 Beta
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user