I cannot use custom components in the ~/emails folder, I get the following error
[Vue warn]: Failed to resolve component: EmailCustomLink
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
Actual Behavior
I cannot use custom components in the
~/emails
folder, I get the following errorExpected Behavior
It should work as described in https://github.com/vue-email/vue-email/issues/64
Reproduction
https://stackblitz.com/edit/nuxt-starter-a69obu?file=emails%2FCustomLink.vue