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