mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
chore(): update to latest stencil
This commit is contained in:
@ -120,9 +120,9 @@ export class Item {
|
||||
|
||||
hostData() {
|
||||
const childStyles = {};
|
||||
for (const value of this.itemStyles.values()) {
|
||||
this.itemStyles.forEach(value => {
|
||||
Object.assign(childStyles, value);
|
||||
}
|
||||
});
|
||||
|
||||
return {
|
||||
'tappable': this.isClickable(),
|
||||
|
||||
Reference in New Issue
Block a user