chore(): update stencil (#16460)

This commit is contained in:
Manu MA
2018-11-26 22:19:48 +01:00
committed by GitHub
parent 12bcb415ee
commit d09e55500c
26 changed files with 331 additions and 233 deletions

View File

@ -75,7 +75,7 @@ export class SegmentButton implements ComponentInterface {
...createColorClasses(color),
'segment-button-disabled': disabled,
'segment-button-checked': checked,
[`segment-button-layout-${this.layout}`]: !!this.layout
[`segment-button-layout-${this.layout}`]: this.layout !== undefined
}
};
}