-
my nuxt.config is ts,so i add cookie-universal-nuxt to nuxt.config.ts:
export default defineNuxtConfig({
modules: ['@nuxtjs/tailwindcss', '@nuxtjs-alt/proxy','cookie-universal-nuxt'],
...
..…
-
When I enabled this module, TS will highligh all by uilts/* function calls and $config $router globals.
`Property '******' does not exist on type 'CreateComponentPublicInstanceWithMixins
-
### Environment
(stackblitz)
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.13.0
- CLI Version: 3.13.0
- Nitro Version: 2.9.7
- Package Manager: npm@10.2.…
-
### Describe the feature
Nuxt added support for [inline route rules](https://nuxt.com/docs/api/utils/define-route-rules), when using locale prefixed routes however - the rules don't seem to match/be …
-
### Reproduction
none
### Describe the bug
`npx shadcn-vue@latest add skeleton`
throw:
```
ERROR [GET] "https://www.shadcn-vue.com/registry/colors/grey.json": 404 Not Found
ERROR Fai…
-
### For what version of Nuxt UI are you suggesting this?
v3.0.0-alpha.x
### Description
Hello everyone, I’d like to discuss the possibility of setting `props` by default from `AppConfig`. Currently…
-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v20.11.0
- Nuxt Version: 3.13.2
- CLI Version: 3.15.0
- Nitro Version: 2.9.7
- Package Ma…
-
How can I make this lib work with Nuxt? When I extend the build with rules provided in the docs, I get an error:
```
render function or template not defined in component: NuxtLoading
```
I suppos…
-
Hi!
This my first issue :)
I have a problem with integration storybook 8+ and nuxt 3.11+, auto imports is not working in testing components.
Example _TestingComponent.vue:_
```
import { ref }…
-
nuxt 3 support?