This commit is contained in:
sehl
2026-03-31 17:57:31 +02:00
parent 3604cfdc8b
commit 18aaa9c066
3 changed files with 14 additions and 12 deletions
+1 -3
View File
@@ -8,9 +8,7 @@
Chargement...
</div>
<div each={ f, i in props.results }
key={ f.id }
style="border:1px solid #ccc; padding:10px; margin:10px;">
<div each={ (f, i) in props.results } key={ f.id } style="border:1px solid #ccc; padding:10px; margin:10px;">
<h3>{ f.nom }</h3>
<p><b>Établissement :</b> { f.etablissement }</p>
<p><b>Ville :</b> { f.ville } ({ f.departement })</p>