mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
chore(): update stencil (#16460)
This commit is contained in:
@ -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
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user