Refactor #4632
parent
44081515b4
commit
52d7d11235
|
@ -61,7 +61,7 @@ export default {
|
||||||
item: this.item,
|
item: this.item,
|
||||||
index: this.index,
|
index: this.index,
|
||||||
focused: this.isItemFocused(),
|
focused: this.isItemFocused(),
|
||||||
disabled: this.isItemDisabled(processedItem)
|
disabled: this.disabled()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
@ -104,7 +104,7 @@ export default {
|
||||||
index,
|
index,
|
||||||
active: this.isItemActive(item),
|
active: this.isItemActive(item),
|
||||||
focused: this.isItemFocused(item),
|
focused: this.isItemFocused(item),
|
||||||
disabled: this.isItemDisabled(processedItem)
|
disabled: this.isItemDisabled(item)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue