fix[i18n]: fixed defalut language bug

This commit is contained in:
Pan 2018-01-04 12:37:08 +08:00
parent 2472107768
commit de08e49f19

View file

@ -5,7 +5,7 @@ const app = {
sidebar: { sidebar: {
opened: !+Cookies.get('sidebarStatus') opened: !+Cookies.get('sidebarStatus')
}, },
language: Cookies.get('language') || 'zh' language: Cookies.get('language') || 'en'
}, },
mutations: { mutations: {
TOGGLE_SIDEBAR: state => { TOGGLE_SIDEBAR: state => {