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

### Versions - nuxt: v2.15.8 - node: v16.14.2 ### Reproduction [Reproduction.zip](https://github.com/nuxt/nuxt.js/files/9210243/Archive.zip) Additional Details **nuxt.config.js** ```javascript import extendRoutes from './scripts/extendRoutes'; const config = { router: { base: process.env.BASE_URL, extendRoutes: extendRoutes, },...

bug-report

### Versions - nuxt: 2.15.8 - vue: 2.7.7 (also 2.7.x other versions) - node: 14 ### Reproduction https://codesandbox.io/s/happy-mendeleev-2klf2i?file=/pages/index.vue Additional Details Works in Vue 2.6, given the following page component ```vue...

bug-report
2.x

### Discussed in https://github.com/nuxt/nuxt.js/discussions/10604 Originally posted by **Dipakbisen** July 27, 2022 ![image](https://user-images.githubusercontent.com/51753012/181166478-161f1d4f-27fb-4812-8679-57a5650c96cf.png) nuxt.config.js ``` build: { postcss: { plugins: { 'postcss-url': false, lost: true, // 'postcss-nested': {}, // 'postcss-responsive-type': {},...

In a nuxt project of server-side rendering, can you set the specified route page to render for the client, and how to operate and configure it? Thank you.

feature-request

类型“object & Record & { info: string; } & Vue”上不存在属性“users”。ts(2339 ![1654849886232](https://user-images.githubusercontent.com/54309037/173025217-c777bd5c-8e11-4815-b9eb-0b07156cb945.jpg) )

### Versions - nuxt: v2.15.7 - node: v16.14.2 ### Reproduction nuxt.config.js `{ build:{ postcss: { // Add plugin names as key and arguments as value // Install them before as...

bug-report

### Versions - nuxt: v2.15.7 - node: v16.16.0 `@nuxt/webpack` uses outdated `cssnano` version which causes bugs if using it with `tailwind:^3.0.0`. Required fixes were made in `cssnano` [repo](https://github.com/cssnano/cssnano/issues/1350#event-6219603890). Adding `cssnano:^5.1.12`...

bug-report

My package.json : ![AX9Lb](https://user-images.githubusercontent.com/81489914/179753495-285e3159-2ec4-4af4-97eb-1815d60d1471.png) Calendar component : ![HgVmy](https://user-images.githubusercontent.com/81489914/179753652-ca0993e9-ed44-4304-b3b0-97f89c05f28a.png) My Plugin/fullCalendar.js : ![7PBhB](https://user-images.githubusercontent.com/81489914/179753723-9011f22a-b74c-498b-b9e3-831d6741619a.png) nuxt.config.ts : ![iuGPn](https://user-images.githubusercontent.com/81489914/179753753-73c789f7-8cde-4f4c-8c45-5cc673d912b1.png) the error msg : ![1gAUX](https://user-images.githubusercontent.com/81489914/179753823-736e6bf3-191d-4838-afe8-1da7d8a4195f.png) That's all I have . Please help ^^'

bug-report

### Versions - nuxt: 2.15.8 - node: v16.15.1 ### Reproduction ``` 按紙質效果選購 ``` ### Steps to reproduce 1. Have a link to the hash `按紙質效果選購` 2. Click on it, it...

bug-report

This is a problem for CI builds. ### Versions ``` $ node node_modules/nuxt/bin/nuxt.js build --version @nuxt/cli v2.15.1 $ npx envinfo --binaries --system npx: installed 1 in 1.435s System: OS: macOS...

3.x
pending triage
2.x
needs reproduction