mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
Merge pull request #8372 from driftyco/fix/ionSegment
fix(segment): add missing input
This commit is contained in:
@ -197,6 +197,7 @@ export class Segment extends Ion {
|
|||||||
/**
|
/**
|
||||||
* @input {string} The mode to apply to this component.
|
* @input {string} The mode to apply to this component.
|
||||||
*/
|
*/
|
||||||
|
@Input()
|
||||||
set mode(val: string) {
|
set mode(val: string) {
|
||||||
this._setMode('segment', val);
|
this._setMode('segment', val);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user