mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 01:12:14 +00:00
spotlight desktop UI
This commit is contained in:
3
resources/js/store/modules/fileBrowser.js
vendored
3
resources/js/store/modules/fileBrowser.js
vendored
@@ -265,6 +265,9 @@ const mutations = {
|
||||
CLIPBOARD_CLEAR(state) {
|
||||
state.clipboard = []
|
||||
},
|
||||
CLIPBOARD_REPLACE(state, items) {
|
||||
state.clipboard = items
|
||||
},
|
||||
}
|
||||
|
||||
const getters = {
|
||||
|
||||
Reference in New Issue
Block a user