feat(AddressEdit): add area confirmation verification (#4724)

This commit is contained in:
Jake
2019-10-16 16:36:45 +08:00
committed by neverland
parent 46c646796e
commit a65bd84e0a
7 changed files with 252 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@ Vue.use(AddressEdit);
show-set-default
show-search-result
:search-result="searchResult"
area-columns-placeholder="['Choose', 'Choose', 'Choose']"
@save="onSave"
@delete="onDelete"
@change-detail="onChangeDetail"