Update index.js
This commit is contained in:
parent
c9214b405b
commit
bebf51d424
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Vue.use(is);
|
|||
Vue.use(cookie);
|
||||
Vue.use(merge);
|
||||
|
||||
const defaultLocale = 'fr';
|
||||
const defaultLocale = 'en';
|
||||
const locales = {};
|
||||
const pages = [];
|
||||
const commons = [];
|
||||
|
|
Loading…
Reference in a new issue