diff --git a/.playground/pages/composant/form/client.vue b/.playground/pages/composant/form/client.vue index 3650407..443a17d 100644 --- a/.playground/pages/composant/form/client.vue +++ b/.playground/pages/composant/form/client.vue @@ -68,6 +68,22 @@ ]" /> + +
@@ -188,6 +204,12 @@ const distributeur = ref('') const phones = ref(['']) const nomDistributeur = ref('') const nomCourtier = ref('') +const fournisseur = ref('') +const prestationChoice = ref(null) +const prestationOptions = [ + {label: 'Oui', value: 'oui'}, + {label: 'Non', value: 'non'}, +] function addPhoneInput() { phones.value.push('')