nuxt icon indicating copy to clipboard operation
nuxt copied to clipboard

💚 Official Nuxt module for Vue Email. Build email templates with Vue components.

Results 12 nuxt issues
Sort by recently updated
recently updated
newest added

// package.json "devDependencies": { "@nuxt/content": "^2.12.1", "@nuxt/devtools": "latest", "@nuxt/ui": "^2.13.0", "@nuxtjs/i18n": "^8.3.1", "@nuxtjs/supabase": "^1.2.1", "nuxt": "^3.10.1", "nuxt-disqus": "^1.0.1" }, "dependencies": { "@vue-email/nuxt": "^0.8.19", "@vueuse/core": "^10.9.0", "resend": "^3.2.0", "yup": "^1.4.0" }...

Hello, is it possible to use `useCompiler` with Nuxt on serverless? In older versions it seemed to work, now I can't deploy to Vercel Edge without errors and when I...

bug

Hello, I've been trying to make this module send the templates unsuccessfully. My setup is Nuxt 3 (SSR) and want to use with nodemailer (but could work with any other...

It seems `useCompiler` returns `Promise` when used like so: ``` import { useCompiler } from "#vue-email"; export default defineEventHandler(async () => { const template = await useCompiler("TestEmail.vue"); return template.html; });...

I created this issue on the main package, but I think it's more appropriate here https://github.com/vue-email/vue-email/issues/168

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...

Hi, I've recently tried to update my Nuxt app which was using the `vue-email` package and the `vue-email/nuxt` module to `@vue-mail/nuxt` which I figure is the offical package now according...

bug

I have the following command to compile the `.vue` emails into `HTML`, however the `baseUrl` is gone after exporting. Here's the relevant parts of each component ### Email ```vue ```...

Build fails when deploying to Vercel edge using nuxt with the following errors `/vercel/path0/.nuxt/dist/server/_nuxt/welcome-BePl3Abn.js:6034:15: ERROR: Big integer literals are not available in the configured target environment ("es2019")` `Big integer literals...

I wonder how I can preview template in devtools that use props. Right now it gives me tons of errors: > Error rendering template Welcome: TypeError: Cannot read properties of...

enhancement