mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[Improvement] add AddressEdit test cases (#1083)
This commit is contained in:
@@ -269,10 +269,6 @@ export default create({
|
||||
},
|
||||
|
||||
onDelete() {
|
||||
if (this.isDeleting) {
|
||||
return;
|
||||
}
|
||||
|
||||
Dialog.confirm({
|
||||
message: this.$t('confirmDelete')
|
||||
}).then(() => {
|
||||
|
Reference in New Issue
Block a user