Basic navs and auth pages working·

This commit is contained in:
vjrj 2017-11-27 17:37:06 +01:00
parent 33e8a9f384
commit 3ef6f3c80b
20 changed files with 222 additions and 33 deletions

View file

@ -80,6 +80,7 @@ i18n.use(backend)
}, function(err, t) {
// initialized and ready to
// console.log(t('AppName'));
document.title = t("AppName");
});
export default i18n;