feat(playground) : options Fond mouvant/Benne en space-between
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user