According to me there is no other solution than v-html.
Jun 22, 2023
7
Level 7
How can I render HTML without v-html?
Hi,
When I use v-html my paragraph of text that is supposed to be rendered is not showing on certain screen sizes Is there another way I can get my Paragraph to show?
here is my code:
<div ref="bodyContent" class="ins" v-if="$store.state.device === 'phone' && this.$data._slideIndex === this.element.content.slides.length-1">
<div v-text="$store.state.courseContent.global.continueMobileIns"></div>
</div>
this is what is currently being output:
<p class="instruction">Now <strong>scroll</strong> down to continue</p>
Please or to participate in this conversation.