-
Is it possible to define
```
{
name: 'my unique customized name',
displayName: 'My Display Name'
}
```
as by using name I cannot have duplicated names? Imaging that I have m…
-
Version:
1.2.5
Config:
```js
buildModules: [
[ 'k-domains', { subDomains: [ 'api' ], rootDomain: 'root' } ],
[ '@nuxtjs/router', { keepDefaultRouter: true } ]
]
```
Layout:
```…
-
### Environment
- Operating System: `Linux`
- Node Version: `v18.7.0`
- Nuxt Version: `2.16.0-27616340.013f051b`
- Package Manager: `npm@8.15.1`
- Builder: `webpack`
- User Con…
-
### Version
module:
nuxt:
### Nuxt configuration
#### [mode](https://nuxtjs.org/api/configuration-mode):
- [x] universal
- [ ] spa
### Nuxt configuration
```
router: {
trail…
-
### Environment
-
### Reproduction
-
### Describe the bug
Nuxt 3 allows us to pass `pages: true` in `nuxt.config.ts` to enable vue-router and prevent using default page. This helps in s…
-
### Environment
- Operating System: Linux
- Node Version: v18.17.1
- Nuxt Version: 3.7.4
- CLI Version: 3.9.0
- Nitro Version: 2.6.3
- Package Manager: pnpm@8.8.0
- Builder: …
-
## Versions
package | version
------------ | -------------
nuxt | 1.4.1
vue-cli-plugin-nuxt-starter-template | 0.0.6
vue-cli | 3.0.0-rc.3
vue | 2.5.13
## What I doing
running `dev` (`…
-
---
title: "API: The Component"
description: Display the page components inside a layout.
---
# The <nuxt> Component
> This component is used only in [layouts](/guide/views#layouts) to…
-
Hello,
I'm bootstrapping storybook-nuxt on my nuxt3 big project and I experiment several issues, not blocking (for the moment), only visible in the browser devtools console. And the main issue seems …
-
Is there a roadmap to give support to vue router 4? So far the project works well enough with the nuxt-bridge with the drawback of not having reactivity. (watch for route changes)
Has anyone found …