From d06458a2a98df6c6efd765287ef7823112bc4571 Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 25 Jun 2026 09:48:01 +0200 Subject: [PATCH] feat(playground) : options Fond mouvant/Benne en space-between --- .playground/pages/composant/form/client.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.playground/pages/composant/form/client.vue b/.playground/pages/composant/form/client.vue index abaa182..b8388c5 100644 --- a/.playground/pages/composant/form/client.vue +++ b/.playground/pages/composant/form/client.vue @@ -73,6 +73,7 @@ :options="prestationOptions" inline required + content-class="justify-between" error="Sélection requise" /> ('') const fournisseur = ref('') const prestationChoice = ref(null) const prestationOptions = [ - {label: 'Oui', value: 'oui'}, - {label: 'Non', value: 'non'}, + {label: 'Fond mouvant', value: 'fond-mouvant'}, + {label: 'Benne', value: 'benne'}, ] function addPhoneInput() {