mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[bugfix] Picker: should not emit change event after init (#517)
This commit is contained in:
@@ -271,6 +271,7 @@ export default create({
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.setColumnByValues(values);
|
||||
});
|
||||
|
Reference in New Issue
Block a user