mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(ContactEdit): improve dialog style
This commit is contained in:
parent
a77ebe11d7
commit
60fb4cc7bc
@ -86,7 +86,7 @@ export default createComponent({
|
||||
|
||||
onDelete() {
|
||||
Dialog.confirm({
|
||||
message: t('confirmDelete'),
|
||||
title: t('confirmDelete'),
|
||||
}).then(() => {
|
||||
this.$emit('delete', this.data);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user