parent
d5639471cf
commit
7e3e194b46
|
@ -31,9 +31,9 @@ const props = defineProps({
|
|||
});
|
||||
|
||||
const emit = defineEmits(['confirm', 'cancel', ...useDialogPluginComponent.emits]);
|
||||
|
||||
const { dialogRef, onDialogHide, onDialogOK, onDialogCancel } =
|
||||
useDialogPluginComponent();
|
||||
defineExpose({ dialogRef });
|
||||
|
||||
const title = props.title || t('Confirm');
|
||||
const message =
|
||||
|
|
Loading…
Reference in New Issue