1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

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: {
opened: !+Cookies.get('sidebarStatus')
},
language: Cookies.get('language') || 'zh'
language: Cookies.get('language') || 'en'
},
mutations: {
TOGGLE_SIDEBAR: state => {