fix[i18n]: fixed defalut language bug
This commit is contained in:
parent
2472107768
commit
de08e49f19
|
@ -5,7 +5,7 @@ const app = {
|
|||
sidebar: {
|
||||
opened: !+Cookies.get('sidebarStatus')
|
||||
},
|
||||
language: Cookies.get('language') || 'zh'
|
||||
language: Cookies.get('language') || 'en'
|
||||
},
|
||||
mutations: {
|
||||
TOGGLE_SIDEBAR: state => {
|
||||
|
|
Loading…
Reference in New Issue