This commit is contained in:
@@ -11,6 +11,10 @@ export default {
|
||||
// called from App.vue
|
||||
handleMenuChange(vm, ctx) {
|
||||
vm.appBar.isMain = ctx.isMain;
|
||||
if (ctx.icon && !ctx.icon.startsWith("fa-")) {
|
||||
ctx.icon = "fa-" + ctx.icon;
|
||||
}
|
||||
|
||||
vm.appBar.icon = ctx.icon;
|
||||
|
||||
vm.appBar.title = ctx.title;
|
||||
|
||||
Reference in New Issue
Block a user