vue-email / nuxt

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

Nuxt Devtools not showing emails #30

Closed mtrnik closed 5 months ago

mtrnik commented 5 months ago

Hello, I only see example dashboard when accessing Vue Email tab.

Screenshot 2024-02-23 at 08 52 01

And I see this error in the terminal:

Screenshot 2024-02-23 at 08 50 51

Is something wrong on my side or is there a bug in the code for fetching email components from directory?

Thank you for your help

Flowko commented 5 months ago

I'll take a look, thanks

Flowko commented 5 months ago

could you please provide a reproduction or at least show me what you have inside the emails folder

mtrnik commented 5 months ago

I can't share my real code, but it is empty even if I just use this template https://github.com/vue-email/docs/blob/main/components/content/emails/EmailTemplate.vue and put it into /emails/test.vue file

Flowko commented 5 months ago

try to update to the latest version of the package ^0.8.17 and check if the emails showing by clicking on search, i just tested with the same template using the latest version, seems to be working for me

mtrnik commented 5 months ago

@Flowko Thank you so much. It works without any problem now.