nuxt icon indicating copy to clipboard operation
nuxt copied to clipboard

The Intuitive Vue Framework.

Results 1122 nuxt issues
Sort by recently updated
recently updated
newest added

Sorry for the lack of reproduction build but this can be inspected only after building: ```js // nuxt.config.js presets({ envName }) { const envTargets = { client: { browsers: ['last...

bug-report

### Versions - nuxt: 2.15.8 - node: 16.13.1 ### Reproduction when additional chunk assets processing,the cpu accounts for 100% ### Steps to reproduce ### What is Expected? ### What is...

bug-report

### Versions - nuxt: V2 - node: V16.14 ### Reproduction Additional Details ### Steps to reproduce ### What is Expected? just need the project to keep running ### What is...

bug-report

### Versions - nuxt: v2.15.8 - node: v16.4.2 ### Reproduction Static Nuxt with with is supposed to fetch asyncData on a dynamic page. It doesn't work when the preceeding slash...

bug-report

Add browserslist config file support ## Types of changes - [ ] Bug fix (a non-breaking change which fixes an issue) - [x] New feature (a non-breaking change which adds...

enhancement
pending
2.x

### Versions - nuxt: v2.15.8 - node: v14.17.0 ### Steps to reproduce 1、服务端渲染列表完成后。 2、通过 nuxt-link 导航到详情页,详情页客户端渲染调用接口获取数据。 3、当我未设置 extendRoutes 时接口返回 404,数据为nuxt 默认404界面 。 4、当我设置 extendRoutes 后接口返回 200,数据为我设置的404界面。 不是一直存在这种情况,只是有几率。 ### What is...

bug-report

test('removed when not loading', async () => { const str = await renderToString(Component) expect(str).toBe('') }) after build the project,The source code contains a large number of , test('removed when not...

bug-report

### Version [v2.3.4](https://github.com/nuxt.js/releases/tag/v2.3.4) ### Steps to reproduce 1. Create a simple Nuxt app with only an `index.vue` page 2. Set the `nuxt.config.js` `mode` to `spa` (so the middleware can only...

bug-report
pending

### Version [v2.5.1](https://github.com/nuxt.js/releases/tag/v2.5.1) ### Reproduction link [https://codesandbox.io/s/mz4wjpzy18](https://codesandbox.io/s/mz4wjpzy18) ### Steps to reproduce 1) click anchored link 2) scroll back up 3) click same anchored link => nothing happens ### What is...

bug-report
waiting for dependency
pending

### Version - nuxt: ^2.15.8 - node: v16.13.2 - @nuxtjs/axios : ^5.13.6 ### Reproduction Sample repo : https://github.com/n0ch4t/nuxt2-non-POJOs Code SandBox: https://codesandbox.io/s/brave-wildflower-3mvbu6?file=/pages/index.vue ### Steps to reproduce The following warn log occurs...

bug-report