Update index.js

This commit is contained in:
JosephK 2019-09-29 20:25:14 +02:00
parent c9214b405b
commit bebf51d424

View file

@ -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 = [];