Giovanni
Giovanni
Same problem here with @nuxt/content: 1.15.1 nuxt: 2.15.0 See the repo here: https://codesandbox.io/s/cranky-feather-fdhy25/ It works correctly on codesandbox with `nuxt` But when deployed on Heroku with `nuxt build && nuxt...
Guys the solution is to set `ssr` to `true`. There is no good reason to set it to `false` on Nuxt and this is never going to be fixed since...
You should be able to use [this](https://www.npmjs.com/package/@learntheropes/node-rsa) fork. I use it in a nuxtjs project.
I'm also interested in this, but unfortunately keybase development has been interrupted since the Zoom acquisition.
The same error happens with a classic import: ```js locales.map(locale => import(`../node_modules/dayjs/locale/${locale.code}.js`) ) ```
@akassaei I fought I resolved, but I was wrong. I'm reopening the issue. For now, I'm not importing dynamically
@Pamavoc I had some issues as well. This works for me: ```vue {{ data.title }} {{ data.description }} const { locale: { value: localCode }} = useI18n() const { data...
The problem occurs also if the pre-selected tab is the first available one. See my reproduction here: https://stackblitz.com/edit/github-zcrtvq-w7tjtp **Oruga** version: [email protected] (latest) **Vuejs** version: [email protected] **Nuxtjs** version: [email protected] (latest) **OS/Browser**:...
A dirty workaround while this get fixed: https://stackblitz.com/edit/github-zcrtvq-fie9nh
When I opened the issue, I was with `node 16.x` with `nuxt 3.6.5`. I just tested again with: ``` ------------------------------ - Operating System: Linux - Node Version: v18.17.0 - Nuxt...