-
### Environment
MacOS 15.0.1 / Arc 1.63.0
Also tested on iOS 18.0.1 / Safari
### Version
v3.0.0-alpha.7
### Reproduction
https://ui3.nuxt.dev/components/modal
### Description
In version 3.0-alp…
-
**Describe the bug**
I'm unable to import any of the booster components, as the import throws a `TS2307` error: `Cannot find module '#booster/components/BoosterPicture' or its corresponding type decl…
-
Can't install it in Nuxt 3 project:
yarn add v1.22.19
info No lockfile found.
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised n…
-
I put my image resources in the resources/images directory
My nuxt.config.ts:
`modules: ["@nuxt/image"],
image: {
dir: "resources",
},
`
in page:
``
It will render
``
It works fine…
-
-
Hey there,
Apparently we cannot use nuxt-i18n's composables or utilities on the og-image component like `useI18n()` or `$t()`
This is supposedly due to nuxt-i18n not supporting server side compo…
ptdev updated
4 months ago
-
https://github.com/nuxt/nuxt/releases/tag/v3.13.0
-
I am trying to use the library in a nuxt project with SSR, but when installing the library it generates an error.
To solve this issue, I have to force the application to work **SPA** mode (the entire…
-
Hey there,
I'm having a bit of trouble dropping this into nuxt - has anyone here had any experience with ssr based apps?
Cheers
-
how to implement as nuxt AsyncData, for example:
```javascript
async asyncData({ route }) {
try {
const { results }= await axios.get('/blog/', { page: route.query.page …