So I wanna use the Rich Text Component like described in the Docs:
https://prismic.io/docs/vuejs/templating/rich-text
So my HTML in that specific part that causes the Error looks like this:
<template v-if="slice.slice_type === 'text'">
<div>
<prismic-rich-text :field="slice.primary.text"/>
</div>
</template>
Now on Page Reload the correct HTML rendered shows up but after like 0.5s it disappears and I get the following Errors in the Console:
Now I do not know how to get those Errors away. Specially the 2 in the middle.