feat(playground) : options Fond mouvant/Benne en space-between

This commit is contained in:
2026-06-25 09:48:01 +02:00
parent 66ad644728
commit d06458a2a9
+3 -2
View File
@@ -73,6 +73,7 @@
:options="prestationOptions" :options="prestationOptions"
inline inline
required required
content-class="justify-between"
error="Sélection requise" error="Sélection requise"
/> />
<MalioSelect <MalioSelect
@@ -208,8 +209,8 @@ const nomCourtier = ref<string>('')
const fournisseur = ref<string>('') const fournisseur = ref<string>('')
const prestationChoice = ref<string | null>(null) const prestationChoice = ref<string | null>(null)
const prestationOptions = [ const prestationOptions = [
{label: 'Oui', value: 'oui'}, {label: 'Fond mouvant', value: 'fond-mouvant'},
{label: 'Non', value: 'non'}, {label: 'Benne', value: 'benne'},
] ]
function addPhoneInput() { function addPhoneInput() {