vue-email / nuxt

💚 Official Nuxt module for Vue Email. Build email templates with Vue components.
https://vuemail.net/getting-started/nuxt-nitro
MIT License
109 stars 3 forks source link

Nuxt module should be a function: vue-email/nuxt #10

Closed designchapnl closed 9 months ago

designchapnl commented 9 months ago

I'm trying to run the latest vue-email (0.8.5) and the latest vue-email/nuxt plugin (0.8.7) with latest Nuxt (3.9.0), but I'm getting this error: ERROR Nuxt module should be a function: vue-email/nuxt. How can I fix this?

v-moravec commented 9 months ago

You should only install the @vue-email/nuxt dependency and then in Nuxt config file put @vue-email/nuxt into modules. Maybe you missed the @?

designchapnl commented 9 months ago

I feel very stupid. So I did miss the @. Thank you!

Flowko commented 9 months ago

@v-moravec thanks!

@designchapnl more info here https://vuemail.net/ssr/nuxt