mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
fix(prop): update to mutable option
This commit is contained in:
@ -76,9 +76,9 @@ export class Segment {
|
||||
|
||||
@Event() ionChange: EventEmitter;
|
||||
|
||||
@Prop({ state: true }) disabled: boolean = false;
|
||||
@Prop({ mutable: true }) disabled: boolean = false;
|
||||
|
||||
@Prop({ state: true }) value: string;
|
||||
@Prop({ mutable: true }) value: string;
|
||||
|
||||
@PropDidChange('value')
|
||||
changed(val: string) {
|
||||
|
Reference in New Issue
Block a user