Nuxt UI Pro - Lemonsqueezy issue preventing me from buying
Support for Versioning in Generated Output
v-1.2.3/ folder, but keep index.html in the root with the version released that points to this subfolder (favicon and robots would probably be a few that need to stay in the root). I can't seem to find a way to move everything but index. I suppose I could script it, but is there an easier way to make this happen?Dynamic baseUrl in i18n config in nuxt.config.ts
nuxt ui make popover content full screen width on mobile like modal
Nuxt Server Middleware
Module middleware doesn't work in build mode
Route prefix for layers
Issue upgrading from 3.16.2 to 3.17.4
requested module '/_nuxt/@id/virtual:nuxt:....nuxt%2Fnuxt.config.mjs' does not provide an export named 'granularCachedData' (at asyncData.js:10:29)
requested module '/_nuxt/@id/virtual:nuxt:....nuxt%2Fnuxt.config.mjs' does not provide an export named 'granularCachedData' (at asyncData.js:10:29)
nuxt ui navbar highlight top level pages as active when their children are active?
useFetch return null sometimes
runtimeConfig is empty
Recommendation for ESLint Globals with Nuxt
export default with Nuxt which I did. I was hoping this would fix ESLint complaining about things built into Nuxt, and globally available not being defined such as $nuxt, $fetch, etc as well as potentially my composables that are exported and globally available. It looks to have addressed some such as $nuxt and $fetch, so I no longer have to list those in the languageOptions, globals of my eslint.config.mjs. But several things such as useCookie, useFetch, navigateTo, useRuntimeConfig are still not defined and give an error on linting, same with all of my composable functions.
Is there a better way to handle this or do you have to just add everything you want defined in the ESLint or manually import each of these things into each .vue file that is using them?...nuxt ui calendar set default date to specific date when using v-model
Using Layers for different UI frontends
[Vue warn]: Component <Anonymous> is missing template or render function.

nuxtjs/i18n Not generating index in ‘'prefix’' mode

Text colors in theme
text-primary or text-dimmed are not defined in my project. but it works with the CSS variables text-(--ui-primary) and text-(--ui-text-dimmed). Where are the css classes?webpack build fail
server/api/[route].ts doesn't work with dynamic route
server/api/[route].get.tsexcept auth routes.
However,when I use dynamic route such as /api/users/${id}, that route is considered as location in Nuxt3,not API route to Laravel.
Nuxt 3.15.4...