mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 09:32:14 +00:00
empty page refactored
This commit is contained in:
2
resources/js/store/modules/fileBrowser.js
vendored
2
resources/js/store/modules/fileBrowser.js
vendored
@@ -9,7 +9,6 @@ const defaultState = {
|
||||
fastPreview: undefined,
|
||||
navigation: undefined,
|
||||
isLoading: true,
|
||||
browseHistory: [],
|
||||
clipboard: [],
|
||||
entries: [],
|
||||
}
|
||||
@@ -189,7 +188,6 @@ const mutations = {
|
||||
|
||||
const getters = {
|
||||
currentFolder: state => state.currentFolder,
|
||||
browseHistory: state => state.browseHistory,
|
||||
fastPreview: state => state.fastPreview,
|
||||
navigation: state => state.navigation,
|
||||
clipboard: state => state.clipboard,
|
||||
|
||||
Reference in New Issue
Block a user