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() {
|
onDelete() {
|
||||||
Dialog.confirm({
|
Dialog.confirm({
|
||||||
message: t('confirmDelete'),
|
title: t('confirmDelete'),
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.$emit('delete', this.data);
|
this.$emit('delete', this.data);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user