In my slice it's quite easy to refer to an image or rich text field.
I had expected that links should be the same:
<prismic-link :field="fields.myLink">
Click here
</prismic-link>
But it's not working in the same way as the others above and the documentation is a little confusing to follow as to exactly what is required.
The nuxt templating docs, discuss approaches relevant more to Vue and the need to create link resolver, but I thought nuxts opionated folder based routing should be helping with this.