diff --git a/front/src/components/ui/Button.vue b/front/src/components/ui/Button.vue index fbc8128f9..af4b8cdb5 100644 --- a/front/src/components/ui/Button.vue +++ b/front/src/components/ui/Button.vue @@ -18,6 +18,7 @@ type Props = { onClick?: (...args: any[]) => void | Promise autofocus? : boolean + ariaPressed? : true } & ColorProps & VariantProps const props = defineProps() @@ -46,6 +47,7 @@ onMounted(() => {