-
### Environment
- Operating System: Linux
- Node Version: v22.4.0
- Nuxt Version: 3.14.1592
- CLI Version: 3.15.0
- Nitro Version: 2.10.4
- Package Manager: pnpm@9.13.2
- Builder: …
-
**Describe the bug**
This is related to this [issue](https://github.com/nuxt/nuxt/pull/28542), I'm getting typescript error when using auto-imported functions in templates.
**To Reproduce**
Examp…
-
app.vue
```vue
Home
Article
```
/pages/article
```vue
import { parseMarkdown } from '@nuxtjs/mdc/runtime'
const props = defineProps({
content: { type: S…
-
### Environment
- Operating System: Windows_NT
- Node Version: v20.12.2
- Nuxt Version: 3.13.2
- CLI Version: 3.14.0
- Nitro Version: 2.9.7
- Package Manager: npm@10.5.0
- Builder: …
-
```typescript
import {defineAbility} from "nuxt-authorization/utils";
const testAbility = defineAbility((user) => {
console.log(user)
return true
})
1
2
…
-
It seems like `useAlgoliaRecommend()` is not working on SSR:
```vue
const { result, get } = useAlgoliaRecommend();
await get({ ... });
{{ result }}
```
I get the error:
```
(void 0)…
-
### Describe the bug
Free plan is restored to 1st state of template. after going so subs plan and returning back
### Link to the Bolt URL that caused the error
https://bolt.new/~/bolt-nuxt-rsyfiz
…
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v22.8.0
- Nuxt Version: 3.13.2
- CLI Version: 3.13.2
- Nitro Version: 2.9.7
- Package …
-
Greetings. Installed your package. Everything works fine, but the console shows an error
`'manifest-route-rule' middleware already exists at /node_modules/nuxt/dist/app/middleware/manifest-route-rule…
-
### Environment
#### My machine:
- Operating System: Windows_NT
- Node Version: v20.16.0
- Nuxt Version: 3.14.1592
- CLI Version: 3.15.0
- Nitro Version: 2.10.4
- Package Manager: np…