Merge commit 'de08e49f19c10b9e43e59f07cb0699bf4f7dc93e'

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

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