mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
style(ContactEdit): improve dialog style
This commit is contained in:
@@ -86,7 +86,7 @@ export default createComponent({
|
||||
|
||||
onDelete() {
|
||||
Dialog.confirm({
|
||||
message: t('confirmDelete'),
|
||||
title: t('confirmDelete'),
|
||||
}).then(() => {
|
||||
this.$emit('delete', this.data);
|
||||
});
|
||||
|
Reference in New Issue
Block a user