Daniel Roe
Daniel Roe
The issue is summarised at https://v3.nuxtjs.org/concepts/esm/
The best way is to use two `` blocks for these kind of features based on component options in Nuxt 2.
are you still experiencing this?
This will be fixed when we upgrade to the new version of `vue-bundle-renderer`.
Should be this week.
Yes, the automatic release didn't trigger for some reason.
Apologies @Envoy49 🙏 This should be released in the latest edge version.
Yes, these features are not available with Nuxt Bridge.
`defineNuxtRouteMiddleware` is available in Bridge as of https://github.com/nuxt/framework/pull/3193.
This should work if you add `vue-tailwind` to `build.transpile`. It looks like an upstream issue to do with ESM in the vue-tailwind package (see [docs](https://v3.nuxtjs.org/concepts/esm/)).