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

Can't seem to have 'Vue Email' in Nuxt DevTools #51

Closed ilanbro closed 3 months ago

ilanbro commented 3 months ago

Hi, I've followed https://www.youtube.com/watch?v=lA112K0Lahk&ab_channel=TheSilentCoder but I can't enable 'Vue Email' in Nuxt DevTools.

image

I've tried to update my DevTools: npx nuxi@latest devtools enable but still no luck.

I would like to use the feature of designing emails. If you have another way to design these fairly easily which is not via the DevTools please let me know.

Thanks ! Ilan

Versions: "nuxt": "^3.11.2", "@vue-email/nuxt": "^0.8.19", "@vue-email/compiler": "^0.8.14",

ilanbro commented 3 months ago

The above youtube is based on the feature described here: https://vuemail.net/plugins/devtools

ilanbro commented 3 months ago

Upgrading to the latest nuxt (^3.12.1) solved the issue. Should have checked it, my bad.