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"
inline
required
content-class="justify-between"
error="Sélection requise"
/>
<MalioSelect
@@ -208,8 +209,8 @@ const nomCourtier = ref<string>('')
const fournisseur = ref<string>('')
const prestationChoice = ref<string | null>(null)
const prestationOptions = [
{label: 'Oui', value: 'oui'},
{label: 'Non', value: 'non'},
{label: 'Fond mouvant', value: 'fond-mouvant'},
{label: 'Benne', value: 'benne'},
]
function addPhoneInput() {