Skip to content
Snippets Groups Projects
Commit b5d7a179 authored by lain's avatar lain
Browse files

Reverse title and notification count.

parent f7a38eb0
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ const config = {
},
actions: {
setPageTitle ({state}, option = '') {
document.title = `${state.name} ${option}`
document.title = `${option} ${state.name}`
},
setOption ({ commit, dispatch }, { name, value }) {
commit('setOption', {name, value})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment