Fixed #4632 - Menu components pt context disabled updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-10-17 13:06:59 +03:00
parent e8acbefd2a
commit 1953c34171
13 changed files with 42 additions and 5 deletions

View file

@ -103,7 +103,8 @@ export default {
context: {
index,
active: this.isItemActive(item),
focused: this.isItemFocused(item)
focused: this.isItemFocused(item),
disabled: this.isItemDisabled(processedItem)
}
});
},