Merge commit 'de08e49f19c10b9e43e59f07cb0699bf4f7dc93e'

This commit is contained in:
TON THAT QUOC CUONG 2018-01-04 13:43:35 +07:00
commit 3e6cf388a1
1 changed files with 1 additions and 1 deletions

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