style(ContactEdit): improve dialog style

This commit is contained in:
chenjiahan 2020-06-21 21:51:07 +08:00 committed by neverland
parent a77ebe11d7
commit 60fb4cc7bc

View File

@ -86,7 +86,7 @@ export default createComponent({
onDelete() {
Dialog.confirm({
message: t('confirmDelete'),
title: t('confirmDelete'),
}).then(() => {
this.$emit('delete', this.data);
});