mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4632
This commit is contained in:
parent
44081515b4
commit
52d7d11235
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ export default {
|
|||
item: this.item,
|
||||
index: this.index,
|
||||
focused: this.isItemFocused(),
|
||||
disabled: this.isItemDisabled(processedItem)
|
||||
disabled: this.disabled()
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue