1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-12 22:49:52 +08:00

Merge commit 'de08e49f19c10b9e43e59f07cb0699bf4f7dc93e'

This commit is contained in:
TON THAT QUOC CUONG 2018-01-04 13:43:35 +07:00
commit 3e6cf388a1

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 => {