Daniel Roe

Results 1868 comments of 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.

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/)).