✨ feature: Confirm modal component updated
This commit is contained in:
parent
0245e4df4a
commit
0becd4a459
|
@ -16,6 +16,7 @@ const props = withDefaults(defineProps<ConfirmDialogProps>(), {
|
||||||
:group="props.group"
|
:group="props.group"
|
||||||
:draggable="props.draggable"
|
:draggable="props.draggable"
|
||||||
:breakpoints="props.breakpoints"
|
:breakpoints="props.breakpoints"
|
||||||
|
role="alert"
|
||||||
>
|
>
|
||||||
<template #container="slotProps">
|
<template #container="slotProps">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user