click on entite opened the entite in concernement cartouche

This commit is contained in:
2023-04-19 11:04:57 +02:00
parent 440e6d9f15
commit a47ed7b772
7 changed files with 110 additions and 23 deletions

View File

@@ -65,7 +65,7 @@ export default {
<h1>{{ concernement.title }}</h1>
</section>
<section v-if="infos.type === 'entite'" class="entite-map-popup">
<h1>alors ? {{ entite.entite.title }}</h1>
<h1>{{ entite.entite.title }}</h1>
</section>
</div>
</template>