mirror of
https://github.com/youzan/vant.git
synced 2026-03-02 02:04:16 +08: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