Mick Lawitzke

Results 382 comments of Mick Lawitzke

Oh thanks for the reply :) I totally understand if you have no time and it takes a lot of effort and already took a lot of effort. Unfortunately it...

Personally I switched over to use Drizzle + PostgreSQL. On Cloudflare you can use Drizzle + Cloudflare D1 (NoSQL)

It would be great if we could simply link to `i18n.config.ts` the same way Nuxt i18n does: ``` ... vueEmail: { baseUrl: getUrl(), autoImport: true, vueI18n: './i18n.config.ts', }, i18n: {...

Thanks for the quick response :) But how can I preview an email that depends on props? I guess the devtools dont provide a way to input them? Personally I...

I am using `@vue-email/nuxt 0.8.19` which is using `vue-email 0.8.10`. - I cant scroll the content of the "mainpage" - If I go in the search and select my component...

Errors: It actually works when I send the mail, the props are available (just i18n interpolation is not working). Only the devtools crash, which makes sense because the props are...

Also I need to add `import { computed, defineProps } from 'vue'` or no? I wonder why $t() is available if Nuxt auto imports are not working and none of...

Still doesnt work for me. I give up for now :(

Amazing! Yes it is great, but hard to find in the Vue/Nuxt ecosystem. Btw I open another issue for a feature request :)

In this case I think it would also mean not to provide any html output. Instead just provide the functionality. For example the bullets at the bottom: Some people may...