Reverse title and notification count.

このコミットが含まれているのは:
Roger Braun 2017-02-18 21:43:26 +01:00
コミット b5d7a179c4
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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})