mod: faqs

This commit is contained in:
Alexandro Uc Santos
2024-02-17 18:16:46 -06:00
parent a9eb2d50ef
commit 7608931a33
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ import { ref } from 'vue';
<div v-if="open">
<p
v-if="faq.answer"
class="answer">{{ faq.answer }}</p>
class="answer" v-html="faq.answer"></p>
<ol>
<li class="step" v-for="step in faq.steps" v-html="step"></li>
</ol>