concernement popup on mouse over, better boussole, misc

This commit is contained in:
2023-04-14 13:27:34 +02:00
parent 6e6fc74e1c
commit 6b1d2680bd
5 changed files with 159 additions and 32 deletions

View File

@@ -31,7 +31,7 @@ export default {
<section class="concernement">
<h2>{{ opened.title }}</h2>
<div v-html="opened.description"/>
<div v-html="opened.caillou"/>
<div v-html="opened.caillou "/>
</section>
</template>