\n \u003C/UFormField>\n \u003CUFormField\n label=\"Last Name\"\n name=\"lastName\"\n class=\"flex-5\">\n \u003CUInput\n v-model=\"formState.lastName\"\n type=\"text\"\n placeholder=\"Last Name\"\n icon=\"i-heroicons-user-solid\"\n class=\"text-gray-900 dark:text-white\" /> \u003C!-- has no effect -->\n \u003C/UFormField>\n \u003C/div>\n ...\n```\n\n",[3026,3029],{"name":3027,"color":3028},"question","d876e3",{"name":3030,"color":3031},"v3","49DCB8",3136,"nuxt","ui","closed","Q: how to style the text and background color of the UInput component?","2025-01-18T00:58:37Z","https://github.com/nuxt/ui/issues/3136",0.73988247,{"description":3041,"labels":3042,"number":3050,"owner":3033,"repository":3034,"state":3035,"title":3051,"updated_at":3052,"url":3053,"score":3054},"### Environment\n\nDocs (Microsoft Edge 134)\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.2\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/navigation-menu#with-content-slot\n\n### Description\n\nThe example for NavigationMenu with content slot on the documentations site is not working.\n\nSee: https://ui.nuxt.com/components/navigation-menu#with-content-slot \n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3043,3046,3047],{"name":3044,"color":3045},"bug","d73a4a",{"name":3030,"color":3031},{"name":3048,"color":3049},"triage","ffffff",3788,"NavigationMenu docs for \"With content slot\" not working","2025-04-04T09:42:49Z","https://github.com/nuxt/ui/issues/3788",0.7439652,{"description":3056,"labels":3057,"number":3065,"owner":3033,"repository":3034,"state":3035,"title":3066,"updated_at":3067,"url":3068,"score":3069},"### Environment\n\n Operating System: Darwin\r\n- Node Version: v20.12.2\r\n- Nuxt Version: 3.11.2\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.6\r\n- Package Manager: npm@10.5.0\r\n- Builder: -\r\n- User Config: routeRules, app, runtimeConfig, nitro, css, devtools, experimental, auth, mongoose, pinia, vueEmail, googleFonts, modules\r\n- Runtime Modules: @nuxt/image@1.7.0, @vueuse/nuxt@10.9.0, nuxt-mongoose@1.0.5, @pinia/nuxt@0.5.1, @pinia-plugin-persistedstate/nuxt@1.2.0, @nuxt/content@2.12.1, @sidebase/nuxt-auth@0.7.2, @vue-email/nuxt@0.8.19, nuxt-aos@1.2.4, @nuxt/ui@2.16.0, @nuxtjs/google-fonts@3.2.0\r\n- Build Modules: -\n\n### Version\n\nv2.16.0\n\n### Reproduction\n\nnothing there\n\n### Description\n\n- activeClass does not work on UButton when switching from another layout, activeClass starts working when you reload the page. \r\n- If I use NuxtLink everything works fine.\r\n\r\n> I have layout auth on the registration page, after authorization I am automatically redirected to the page with the default layout, on this page there is a menu with a UButtons\r\n\r\n----\r\nScreenshot don't work\r\n\r\nScreenshot normal work\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3058,3059,3062],{"name":3044,"color":3045},{"name":3060,"color":3061},"needs reproduction","CB47CF",{"name":3063,"color":3064},"closed-by-bot","ededed",1778,"UButton - activeClass does not work when switching from another layout","2025-04-01T02:12:03Z","https://github.com/nuxt/ui/issues/1778",0.7538766,{"description":3071,"labels":3072,"number":3078,"owner":3033,"repository":3034,"state":3035,"title":3079,"updated_at":3080,"url":3081,"score":3082},"### Description\n\nIs there any easy way to use nested childs in `NavigationMenu` component? I have specific client requirements for 3 levels menu like:\n\n```\nconst items = ref([\n {\n label: 'Guide',\n icon: 'i-lucide-book-open',\n to: '/getting-started',\n children: [\n {\n label: 'Introduction',\n description: 'Fully styled and customizable components for Nuxt.',\n icon: 'i-lucide-house',\n children: [\n {\n label: 'Introduction',\n description: 'Fully styled and customizable components for Nuxt.',\n icon: 'i-lucide-house',\n \n },\n ]\n }\n ]\n```\n\nOr I need repaste and rewrite sections in slots to achieve this?",[3073,3076,3077],{"name":3074,"color":3075},"duplicate","cfd3d7",{"name":3027,"color":3028},{"name":3030,"color":3031},3128,"NavigationMenu and nested childs","2025-01-28T12:07:17Z","https://github.com/nuxt/ui/issues/3128",0.7602873,{"description":3084,"labels":3085,"number":3086,"owner":3033,"repository":3087,"state":3035,"title":3088,"updated_at":3089,"url":3090,"score":3091},"### Environment\n\n\r\nChrome : 112.0.5615.49 (arm64)\n\n### Reproduction\n\nVisiting website without closing, waiting for website redeployment。\n\n### Describe the bug\n\nThis situation occurs when accessing official website documents, and most page visits are like this. If I force the page to refresh, I will not have this problem. It may be because the official document website has just been redeployed, and my client needs to force a refresh. \r\n\r\n**I still hope to have a website that will prompt users to refresh after redeployment.**\r\n\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[],1312,"nuxt.com","\"TypeError: Cannot read properties of null (reading 'querySelectorAll')\"","2023-10-10T14:44:48Z","https://github.com/nuxt/nuxt.com/issues/1312",0.77014047,{"description":3093,"labels":3094,"number":3097,"owner":3033,"repository":3034,"state":3035,"title":3098,"updated_at":3099,"url":3100,"score":3101},"### For what version of Nuxt UI are you asking this question?\n\nv3.0.0-alpha.x\n\n### Description\n\nHello,\n\nHow to access [Neutral Palette](https://ui3.nuxt.dev/getting-started/theme#neutral-palette) classes ? (text-ui-dimmed, bg-ui-accented ...)\nTailwind CSS IntelliSense doesn't offer them, are they generated by default?\nIf not, What is the easiest way to do this?\n\nThanks in advance",[3095,3096],{"name":3027,"color":3028},{"name":3030,"color":3031},2843,"Neutral Palette classes","2024-12-09T11:12:10Z","https://github.com/nuxt/ui/issues/2843",0.7702299,{"description":3103,"labels":3104,"number":3107,"owner":3033,"repository":3034,"state":3035,"title":3108,"updated_at":3109,"url":3110,"score":3111},"### Description\n\nhey guys,\n\nFor some reason I can't get the `@apply` function in css working with Nuxt UI V3?\n\nIf I do something like this in the `\u003Cstyle>` section of a component: \n\n```\n\u003Cstyle scoped>\nh1 {\n @apply text-4xl;\n}\n\u003C/style>\n```\n\nI get this error: \n\n\n```zsh\n\n ERROR x Build failed in 694ms 4:30:24 PM\n\n\n ERROR Nuxt Build Error: [@tailwindcss/vite:generate:build] Cannot apply unknown utility class: text-4xl \n\n```\n\nWeirdly if I do `class=\"text-4xl\"` it works? Also If I comment out the `\u003Cstyle>` section above it also works? What's going on here? it's like the `@apply` function isn't setup or recognised? How do I go about debugging this?\n",[3105,3106],{"name":3027,"color":3028},{"name":3030,"color":3031},3193,"@apply - `Cannot apply unknown utility class`","2025-01-28T16:53:52Z","https://github.com/nuxt/ui/issues/3193",0.7709061,{"description":3113,"labels":3114,"number":3118,"owner":3033,"repository":3033,"state":3035,"title":3119,"updated_at":3120,"url":3121,"score":3122},"[DEMO地址](https://github.com/zuley/Vue-WordPress-API)\r\n大量重复的标签堆叠,会导致这个错误发生。\r\n注:有时候直接编写热重载后页面可以显示,但是刷新后还是会报错。\r\n\r\n\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c509\">#c509\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3115],{"name":3116,"color":3117},"2.x","d4c5f9",582,"Maximum call stack size exceeded","2023-01-18T15:39:32Z","https://github.com/nuxt/nuxt/issues/582",0.77638805,{"description":3124,"labels":3125,"number":3129,"owner":3033,"repository":3034,"state":3035,"title":3130,"updated_at":3131,"url":3132,"score":3133},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.9.0\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.1.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.8, @nuxtjs/i18n@9.0.0-rc.2, @nuxt/content@2.13.4, @nuxtjs/device@3.2.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.8\n\n### Reproduction\n\n```\n\u003CUForm\n :state=\"state\"\n :schema=\"schema\"\n class=\"space-y-3\"\n @submit=\"submit\"\n >\n \u003CUFormField\n name=\"text\"\n >\n \u003CUTextarea\n v-model=\"state.text\"\n class=\"w-full\"\n :rows=\"6\"\n size=\"xl\"\n />\n \u003C/UFormField>\n \u003CUFormField\n v-if=\"!authUser\"\n name=\"email\"\n :label=\"$t('label.email')\"\n >\n \u003CUInput\n v-model=\"state.email\"\n icon=\"i-solar-letter-bold-duotone\"\n :placeholder=\"$t('placeholder.enter_email')\"\n @update:model-value=\"state.email = $event || null\"\n />\n \u003C/UFormField>\n \u003CUButton\n block\n type=\"submit\"\n :loading=\"isLoading\"\n :label=\"$t('button.submit')\"\n />\n \u003C/UForm>\n```\n\n### Description\n\nWhy if get error from backend `UForm` set all inputs attr disabled?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3126,3127,3128],{"name":3044,"color":3045},{"name":3060,"color":3061},{"name":3030,"color":3031},2612,"if get error from backend `UForm` set all inputs attr disabled","2024-11-13T09:00:48Z","https://github.com/nuxt/ui/issues/2612",0.7767473,{"description":3135,"labels":3136,"number":3149,"owner":3033,"repository":3033,"state":3035,"title":3150,"updated_at":3151,"url":3152,"score":3153},"### Describe the feature\n\nThere are cases where a server only accepts some amount of parallel requests, which can be problematic to handle when doing lazy fetching. \r\n\r\nI think it would be reasonable to provide a feature to programmatically limit the number of fetches for same baseURL, and just wait when that max has been reached.\r\n\r\nDoes this make any sense to others?\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3137,3140,3143,3146],{"name":3138,"color":3139},"enhancement","8DEF37",{"name":3141,"color":3142},"discussion","538de2",{"name":3144,"color":3145},"3.x","29bc7f",{"name":3147,"color":3148},"🍰 p2-nice-to-have","0E8A16",22212,"Limit max number of parallel requests for `useFetch`","2023-09-13T13:00:00Z","https://github.com/nuxt/nuxt/issues/22212",0.7768579,["Reactive",3155],{},["Set"],["ShallowReactive",3158],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fPEyEOa4n_5X8dR0lOwUVsqxNE3S5rwuiqLHVI1AUVnU":-1},"/nuxt/test-utils/506"]