This commit is contained in:
2020-12-07 20:15:29 +00:00
parent 20652f9aaa
commit d42da74592
20 changed files with 48 additions and 28 deletions

View File

@@ -47,7 +47,7 @@ export default {
vm.appBar.title = ctx.title;
vm.appBar.readOnly = ctx.readOnly;
//:color="appBar.isMain ? 'primary' : 'secondary'"
if (ctx.readOnly === true) {
vm.appBar.color = "readonlybanner";
} else {