diff --git a/pages/codev/demo.vue b/pages/codev/demo.vue
index 6cde6d6..5e28bfc 100644
--- a/pages/codev/demo.vue
+++ b/pages/codev/demo.vue
@@ -7,63 +7,82 @@
10 personnes fictives. Clique sur un mode pour voir les matchs.
-
-
-
- Chargement du graphe...
-
-
-
-
-
-
- Mode {{ MODE_LABELS[mode] }} actif -
- {{ matches.length }} connexion{{ matches.length !== 1 ? 's' : '' }} trouvee{{ matches.length !== 1 ? 's' : '' }}.
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+ Chargement du graphe...
+
+
+
+
+
+
+ Mode {{ MODE_LABELS[mode] }} actif -
+ {{ matches.length }} connexion{{ matches.length !== 1 ? 's' : '' }} trouvee{{ matches.length !== 1 ? 's' : '' }}.
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -73,6 +92,8 @@
import type { CodevFiche, CodevMatch } from '~/types/codev'
import { computeMatches } from '~/utils/codev/matching'
+const tab = ref<'carto' | 'annuaire'>('carto')
+
// 10 fiches sans hashtags — textes enrichis pour que scoreDirect discrimine bien les 3 modes :
//
// Solution (scoreDirect besoinA vs offreB) :