fixed dialogs behaviour

This commit is contained in:
tdv
2025-10-07 11:43:49 +03:00
parent a404a37a60
commit 79dbd98ca6
7 changed files with 57 additions and 51 deletions

View File

@@ -26,7 +26,7 @@ const emit = defineEmits<{
<template>
<AlertDialog
:open="props.modelValue"
@openChange="(v: boolean) => emit('update:modelValue', v)"
@update:open="(v: boolean) => emit('update:modelValue', v)"
>
<AlertDialogContent>
<AlertDialogHeader>