mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
build and lint
This commit is contained in:
@@ -169,7 +169,9 @@ export class PickerColumn implements ComponentInterface {
|
||||
*/
|
||||
@Method()
|
||||
async setValue(value?: string | number) {
|
||||
if (this.value === value) { return; }
|
||||
if (this.value === value) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.value = value;
|
||||
this.ionChange.emit(value);
|
||||
|
||||
Reference in New Issue
Block a user