spotlight desktop UI

This commit is contained in:
Peter Papp
2021-08-10 08:16:34 +02:00
parent 98691dcdd4
commit f78cedbc0c
7 changed files with 585 additions and 11 deletions

View File

@@ -265,6 +265,9 @@ const mutations = {
CLIPBOARD_CLEAR(state) {
state.clipboard = []
},
CLIPBOARD_REPLACE(state, items) {
state.clipboard = items
},
}
const getters = {