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: 2.15.8 - node: 16.14.0 ### Reproduction ### Steps to reproduce - Create a projet - Add a head function qui a titleTemplate like so: ``` titleTemplate:...

bug-report

### What problem does this feature solve? Example use case: A static generated app with thousands of routes, like an e-commerce having a route for each product. Apart from scheduling...

enhancement
3.x
2.x
cli

**The header information of page A is displayed as page B,It often happens when the server is busy** **Page A head info like this** ![image](https://user-images.githubusercontent.com/67248185/182756041-f4dba3b0-e4e3-48c3-9ce0-f636d9b7c712.png) **Page B head info like...

bug-report

### Versions - nuxt: 2.15.8 - node: v16.15.1 ### Reproduction Create a plugin with Typescript and add it via a module with the following code: ``` this.addPlugin({ src: path.resolve(__dirname, 'plugin.ts'),...

bug-report

### Is your feature request related to a problem? Please describe. Currently when building in server mode a `.nuxt` folder is created with 99% of needed artifcated for your website....

feature-request

Is it possible to reload the script when navigation is done through routers? ```typescript head: { script: [ src: ''https://my.src/", defer: true, // reload when navigation is done through the...

### Versions - nuxt: v2.15.8 - node: v14.18.2 ### Reproduction File - nuxt.config.js ``` head: { title: 'Global title', titleTemplate: '%s - Aura', htmlAttrs: { lang: 'en', }, meta: [...

bug-report

### Versions nuxt: v2.15.7 node: v16.13.1 ### Reproduction [https://62ea4489e332eb0008df7682--middle-plane.netlify.app/stories/christo-jeanne-claude-me](https://62ea4489e332eb0008df7682--middle-plane.netlify.app/stories/christo-jeanne-claude-me) Click on "cart" at the above link. It should link to `/stories/christo-jeanne-claude-me?cart=open` but it only links to `/christo-jeanne-claude-me?cart=open` ### Steps to...

bug-report

### Version [v2.10.1](https://github.com/nuxt.js/releases/tag/v2.10.1) ### Reproduction link [https://github.com/PedroD/nuxt-csp-test](https://github.com/PedroD/nuxt-csp-test) ### Steps to reproduce The link presented is of a sample project created with Nuxt using `$ npx create-nuxt-app `. I made no...

bug-report
pending

Hello there! 👋 I have searched the internet (Google, Stack Overflow, GitHub) for a solution to my problem, but I wasn't able to find one. I would like to generate...

feature-request