mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[Improvement] AddressEdit: add focus、change-area、select-search events (#426)
This commit is contained in:
@@ -145,6 +145,11 @@ export default create({
|
||||
[DEFAULT_COUNTY].concat(this.computedAreaList(COUNTY_TYPE, code.slice(0, 4)))
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
getValues() {
|
||||
const { picker } = this.$refs;
|
||||
return picker ? picker.getValues() : [];
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user