mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[bugfix] Picker: should not emit change event after init (#517)
This commit is contained in:
@@ -34,7 +34,7 @@ export default {
|
||||
|
||||
data() {
|
||||
return {
|
||||
value: '110101'
|
||||
value: '330302'
|
||||
};
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user