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() {