Skip to content
Snippets Groups Projects
Commit de08e49f authored by Pan's avatar Pan
Browse files

fix[i18n]: fixed defalut language bug

parent 24721077
Branches
Tags
No related merge requests found
......@@ -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 => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment