framework
framework copied to clipboard
Old repo of Nuxt 3 framework, now on nuxt/nuxt
### 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 {...
### 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`...
keep-alive calls unmount a component when I change a page but does not call mount when I return back
### 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...
### 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:...
### 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...
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...
### 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; } ``` ...
### 🔗 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,...
### 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: `-`...