Merge branch '_test_closePerson' into _31_interface_creation_parcours

This commit is contained in:
2021-05-05 20:47:39 +02:00
5 changed files with 39 additions and 12 deletions

View File

@@ -44,6 +44,9 @@
v-bind:item="item"
v-bind:key="item.id">
</person-suggestion>
<button v-if="query.length >= 3" class="sc-button bt-create ml-5 mt-2" name="createPerson">
Ajouter "{{ query }}"
</button>
</div>
</template>