feature: Column row component updated

This commit is contained in:
Paul Valerie GOMA 2025-07-28 16:38:17 +02:00
parent 5612d5d6f4
commit a4bbfeb9ad

View File

@ -3,5 +3,5 @@ import Row from 'primevue/row';
</script> </script>
<template> <template>
<Row/> <Row role="row"/>
</template> </template>