Now there is just the BlockRenderer, which requires the support for gutenberg blocks to be available
We could create a new ContentRender component, which uses the BlockRenderer when the @wpnuxt/blocks module is enabled or otherwise v-sanitize="post.content"
To assist in this it could be could that the module is setting a runtimeConfig option indicating whether @wpnuxt/blocks is enabled
(based on a hasNuxtModule('@wpnuxt/blocks') check in module.ts)
Now there is just the BlockRenderer, which requires the support for gutenberg blocks to be available
We could create a new ContentRender component, which uses the BlockRenderer when the @wpnuxt/blocks module is enabled or otherwise v-sanitize="post.content"
To assist in this it could be could that the module is setting a runtimeConfig option indicating whether @wpnuxt/blocks is enabled (based on a hasNuxtModule('@wpnuxt/blocks') check in module.ts)