framework
framework copied to clipboard
Old repo of Nuxt 3 framework, now on nuxt/nuxt
### Environment ------------------------------ - Operating System: `Darwin` - Node Version: `v16.14.2` - Nuxt Version: `3.0.0` - Nitro Version: `1.0.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `runtimeConfig`,...
### Environment - Operating System: `Darwin` - Node Version: `v18.12.1` - Nuxt Version: `3.0.0-rc.14` - Nitro Version: `1.0.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `modules`, `postcss`,...
### 🔗 Linked issue resolve https://github.com/nuxt/framework/issues/9185 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change...
### 🔗 Linked issue resolves #9260 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking...
### Describe the feature Can you allow import nuxt component into a basic vue app ### Additional information - [ ] Would you be willing to help implement this feature?...
### Environment Nuxt project info: 00:21:10 ------------------------------ - Operating System: `Linux` - Node Version: `v14.19.3` - Nuxt Version: `3.0.0` - Nitro Version: `1.0.0` - Package Manager: `[email protected]` - Builder: `webpack`...
### Environment - Operating System: `Darwin` - Node Version: `v16.15.1` - Nuxt Version: `3.0.0` - Nitro Version: `1.0.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `runtimeConfig`, `ssr`,...
### Environment ------------------------------ - Operating System: `Windows_NT` - Node Version: `v19.1.0` // I tested also node v16 - Nuxt Version: `3.0.0` - Nitro Version: `1.0.0` - Package Manager: `[email protected]` -...
### Environment - Operating System: `Darwin` - Node Version: `v16.15.1` - Nuxt Version: `3.0.0` - Nitro Version: `1.0.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-` -...
### Describe the feature The cache for the data fetching mechanism is already accessible via `useNuxtApp().payload.data`, I'm suggesting exposing it with a separate composable (`useNuxtData` or `getNuxtData`). it can introduce...