mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 18:40:39 +00:00
spotlight desktop UI
This commit is contained in:
+3
@@ -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