revert unnecessary changes
This commit is contained in:
parent
6471bec0d9
commit
262760d258
120 changed files with 2128 additions and 4290 deletions
|
@ -54,10 +54,10 @@ const config = {
|
|||
},
|
||||
actions: {
|
||||
setHighlight ({ commit, dispatch }, { user, color, type }) {
|
||||
commit('setHighlight', { user, color, type })
|
||||
commit('setHighlight', {user, color, type})
|
||||
},
|
||||
setOption ({ commit, dispatch }, { name, value }) {
|
||||
commit('setOption', { name, value })
|
||||
commit('setOption', {name, value})
|
||||
switch (name) {
|
||||
case 'theme':
|
||||
setPreset(value, commit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue