This commit is contained in:
2020-07-01 18:14:57 +00:00
parent d149c2b471
commit 045dbde7bb

View File

@@ -33,8 +33,11 @@ export default {
vm.appBar.isMain = ctx.isMain;
vm.appBar.icon = ctx.icon;
vm.appBar.title = ctx.title;
document.title = "AyaNova " + vm.$ay.t(ctx.title);
if (ctx.title) {
document.title = "AyaNova " + vm.$ay.t(ctx.title);
} else {
document.title = "AyaNova 🧰";
}
//Parse the formdata if present
//FORMDATA is OPTIONAL and only required for forms that need to allow