I am trying to implement the Rich Text Component as detailed in the docs:
Here is the HTML code that seems to be causing an error:
<template v-if="slice.slice_type === 'text'">
<div>
<prismic-rich-text :field="slice.primary.text"/>
</div>
</template>
When I reload the page, the correct HTML content shows up initially, but disappears after about 0.5 seconds. The following errors appear in the console:
https://i.sstatic.net/j8127.png
I'm not sure how to resolve these errors, especially the ones in the middle of the stack.