chore(AddressEditDetail): refactor with composition api

This commit is contained in:
chenjiahan
2020-09-15 20:09:16 +08:00
parent b16779d760
commit 08c9b06ac1
3 changed files with 82 additions and 84 deletions

View File

@@ -40,6 +40,7 @@ export default createComponent({
validator: Function,
showDelete: Boolean,
showPostal: Boolean,
disableArea: Boolean,
searchResult: Array,
telMaxlength: [Number, String],
showSetDefault: Boolean,
@@ -55,7 +56,6 @@ export default createComponent({
type: Boolean,
default: true,
},
disableArea: Boolean,
detailRows: {
type: [Number, String],
default: 1,