> PS: Nitro 2.10 supports `.dev` prefix in files to automatically exclude them from production :)
Thats amazing! Does it work also in Nuxt with pages/components/assets or is it Nitro exlusive?
Using vue-i18n within the root component works fine:
```vue
<template>
{{ $t('hello') }}
</template>
```
Unfortunately everything breaks when using it in a child component:
Root:
`...
I think just `<body>` should not be part of `<Html>`? This would be a breaking change. Like so:
```vue
<script setup lang="ts">
import { Html, Body, Button } from '@vue-email/components'
</sc...
When I try to reuse the [render function](https://github.com/vue-email/vue-email/blob/main/packages/render/src/shared/render.ts) to add vue-i18n, I cant use `pretty()` because it is not exported:
...
Thanks for your quick response!
Pressing 4 - modify connection options and adding the following did the trick:
```
{ "ssl": { "verify_mode": 0}}
```
I didnt know there are more pages o...
Hello!
I am getting the following error:
> Backup for account '...' failed with error SSL_connect returned=1 errno=0 peeraddr=...:993 state=error: certificate verify failed (certificate has e...
Hello!
I am getting the following error:
> Backup for account '...' failed with error SSL_connect returned=1 errno=0 peeraddr=...:993 state=error: certificate verify failed (certificate has e...
May you explain what you changed exactly @kabarchonok ?
i see a lot in the package.json but because it has been reordered I am not exactly sure what you did exactly to fix this :)
@kabarchonok Did you find anything out?
I invested a lot of time and effort in integrating vue-email and thening my mail tenplates but with this bug it is unusable. I cant send mails to my custo...
### Describe the bug
The [docs say](https://vueuse.org/rxjs/from/) from and fromEvent are "wrappers around RxJS's [from()](https://rxjs.dev/api/index/function/from) and [fromEvent()](https://rxjs....
### Clear and concise description of the problem
I have a shop that sells to EU countries. All of the EU countries use the same number format: `1.150,00 €`
My main website is in German (locale:...
### Describe the feature
Same as #498 from 2019, I guess:
I am having some pages that do not have repeating text and content, e.g. "general terms conditions". What I would love to have is a page ...
Btw guys Radix Vue v2 is coming and they are [planning a rebranding](https://github.com/unovue/radix-vue/issues/908). It will be called Reka UI. I think Nuxt UI v3 should wait for this update too?
...