mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
docs(components): update disabled property docs to be consistent
This commit is contained in:
@ -35,9 +35,9 @@ export class Segment {
|
||||
@Prop() mode: 'ios' | 'md';
|
||||
|
||||
/*
|
||||
* If true, the user cannot interact with the segment. Default false.
|
||||
* If true, the user cannot interact with the segment. Defaults to `false`.
|
||||
*/
|
||||
@Prop({ mutable: true }) disabled = false;
|
||||
@Prop() disabled = false;
|
||||
|
||||
/**
|
||||
* the value of the segment.
|
||||
|
Reference in New Issue
Block a user