types(AddressEdit): add setAddressDetail method type (#5352)

This commit is contained in:
neverland
2019-12-22 12:50:03 +08:00
committed by GitHub
parent 84f53d0014
commit a54a77d8c8
4 changed files with 11 additions and 2 deletions

View File

@@ -233,6 +233,7 @@ export default createComponent({
}
},
// @exposed-api
setAddressDetail(value) {
this.data.addressDetail = value;
},