8144-devToTest_2448 #963

Merged
alexm merged 347 commits from 8144-devToTest_2448 into test 2024-11-19 07:54:42 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9347bb1ef5 - Show all commits

View File

@ -30,7 +30,7 @@ const props = defineProps({
},
});
defineEmits([...useDialogPluginComponent.emits]);
defineEmits(['confirm', 'cancel', ...useDialogPluginComponent.emits]);
const { dialogRef, onDialogHide, onDialogOK, onDialogCancel } =
useDialogPluginComponent();