framework icon indicating copy to clipboard operation
framework copied to clipboard

Old repo of Nuxt 3 framework, now on nuxt/nuxt

Results 342 framework issues
Sort by recently updated
recently updated
newest added

### Describe the feature Right now, there's no way to get a module options defined in `nuxt.config.ts`. The only way currently is to write `nuxt.config.ts` like this: ```ts import {...

documentation
enhancement
discussion

### Environment ------------------------------ - Operating System: `Windows_NT` - Node Version: `v16.17.0` - Nuxt Version: `3.0.0` - Nitro Version: `1.0.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `routeRules`...

pending triage

### Environment Nuxt Version: 3.0.0 ### Reproduction https://github.com/dxvladislavvolkov/keepalive npm i npm run dev Click on page 1 then page 3 (you will see mounted text in the console ) then...

pending triage

### Describe the feature Nuxt 2 has translations for: English Français 日本語 Português Vue 3 for: Available Languages: English 简体中文 / Simplified Chinese 日本語 / Japanese Work in Progress Languages:...

documentation

### Describe the feature Hi. I have an application where the layout selected is based on a request to an API. Sometimes that API might request a layout that doesn't...

enhancement
discussion

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...

enhancement
vite

### Environment Nuxt Version: 3.0.0 ### Reproduction https://stackblitz.com/edit/github-hcvfnh?file=components/MainHeader.vue ### Describe the bug i want to overwrite style, but it is no work ``` .header { color: black; } ``` ![image](https://user-images.githubusercontent.com/53081460/203201450-db767a04-b2d2-473d-b61f-1ffc5a9be334.png)...

pending triage

### 🔗 Linked issue ### ❓ Type of change Refactoring type imports to be in proper `import type {...}` - [ ] 📖 Documentation (updates to the documentation or readme)...

### Describe the feature I would like to be able to define runtime config programmatically on server start. In Nuxt 2, I used to populate `publicRuntimeConfig` with my custom function,...

enhancement
discussion

### Environment ------------------------------ - Operating System: `Windows_NT` - Node Version: `v16.13.2` - Nuxt Version: `3.0.0-rc.11` - Nitro Version: `0.5.4` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-`...

bug
vite
windows
🔨 p3-minor-bug
workaround available