mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
fix(all): updated tslint rules to latest
This commit is contained in:
@ -29,7 +29,7 @@ export class SegmentButton {
|
||||
/**
|
||||
* If true, the segment button is selected. Defaults to `false`.
|
||||
*/
|
||||
@Prop({mutable: true}) checked = false;
|
||||
@Prop({ mutable: true }) checked = false;
|
||||
|
||||
/*
|
||||
* If true, the user cannot interact with the segment button. Default false.
|
||||
|
Reference in New Issue
Block a user