Reverse title and notification count.
This commit is contained in:
parent
f7a38eb021
commit
b5d7a179c4
@ -14,7 +14,7 @@ const config = {
|
|||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
setPageTitle ({state}, option = '') {
|
setPageTitle ({state}, option = '') {
|
||||||
document.title = `${state.name} ${option}`
|
document.title = `${option} ${state.name}`
|
||||||
},
|
},
|
||||||
setOption ({ commit, dispatch }, { name, value }) {
|
setOption ({ commit, dispatch }, { name, value }) {
|
||||||
commit('setOption', {name, value})
|
commit('setOption', {name, value})
|
||||||
|
Loading…
Reference in New Issue
Block a user