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