From 06f9b0218a0709d9052f888c558e6dc2a0c50e2f Mon Sep 17 00:00:00 2001 From: tristan Date: Wed, 24 Jun 2026 16:33:29 +0200 Subject: [PATCH] feat(playground) : formulaire client utilise MalioRadioGroup Co-Authored-By: Claude Sonnet 4.6 --- .playground/pages/composant/form/client.vue | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.playground/pages/composant/form/client.vue b/.playground/pages/composant/form/client.vue index 3650407..443a17d 100644 --- a/.playground/pages/composant/form/client.vue +++ b/.playground/pages/composant/form/client.vue @@ -68,6 +68,22 @@ ]" /> + +
@@ -188,6 +204,12 @@ const distributeur = ref('') const phones = ref(['']) const nomDistributeur = ref('') const nomCourtier = ref('') +const fournisseur = ref('') +const prestationChoice = ref(null) +const prestationOptions = [ + {label: 'Oui', value: 'oui'}, + {label: 'Non', value: 'non'}, +] function addPhoneInput() { phones.value.push('')