\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```",[3040,3043,3046],{"name":3041,"color":3042},"bug","d73a4a",{"name":3044,"color":3045},"needs reproduction","CB47CF",{"name":3027,"color":3028},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.71144396,{"description":3053,"labels":3054,"number":3056,"owner":3030,"repository":3031,"state":3032,"title":3057,"updated_at":3058,"url":3059,"score":3060},"### Environment\n\n------------------------------\r\n- Operating System: Windows_NT\r\n- Node Version: v20.17.0\r\n- Nuxt Version: 3.13.2\r\n- CLI Version: 3.13.2\r\n- Nitro Version: 2.9.7\r\n- Package Manager: pnpm@9.11.0\r\n- Builder: -\r\n- User Config: alias, watch, future, experimental, devtools, routeRules, build, modules, icon, gtag, nitro, runtimeConfig, compatibilityDate\r\n- Runtime Modules: @nuxt/ui@2.18.6, @pinia/nuxt@0.5.4, @nuxt/image@1.8.0, @vueuse/nuxt@11.1.0, nuxt-gtag@3.0.1, @nuxt/fonts@0.9.0, @nuxt/eslint@0.5.7, @nuxtjs/leaflet@1.2.3\r\n- Build Modules: -\r\n------------------------------\n\n### Version\n\nv2.8.6\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-select-menu-issue?file=app.vue\n\n### Description\n\n```\r\nexport default defineAppConfig({\r\n ui: {\r\n primary: \"blue-stone\",\r\n // primary: \"blue-stone\",\r\n gray: \"cool\",\r\n button: {\r\n default: {\r\n loadingIcon: \"lucide:loader\",\r\n },\r\n },\r\n selectMenu: {\r\n default: {\r\n loadingIcon: \"lucide:loader\",\r\n },\r\n },\r\n },\r\n});\r\n```\r\n\r\nI want to define default for select-menu just like I have done button and according to the documentation, this should work but it doesn't.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3055],{"name":3041,"color":3042},2243,"Default loading icon is not set on SelectMenu from app config","2024-09-24T13:03:21Z","https://github.com/nuxt/ui/issues/2243",0.7165894,{"description":3062,"labels":3063,"number":3067,"owner":3030,"repository":3068,"state":3032,"title":3069,"updated_at":3070,"url":3071,"score":3072},"### Environment\n\nNA\n\n### Reproduction\n\nClick getting started, then refresh the page, it 404s...\n\n### Describe the bug\n\n404 on page refresh of non home page\r\n\r\nVideo below...\r\n\r\nhttps://iframe.mediadelivery.net/play/161467/0943c0ad-fa76-40f5-8fa5-ceabd7ef0e1a\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3064],{"name":3065,"color":3066},"documentation","9DE2BA",1383,"nuxt.com","nuxt.com broken...","2023-10-27T12:25:27Z","https://github.com/nuxt/nuxt.com/issues/1383",0.7197141,{"description":3074,"labels":3075,"number":3078,"owner":3030,"repository":3031,"state":3032,"title":3079,"updated_at":3080,"url":3081,"score":3082},"### Description\n\nI added type of array items. It's Work as well in web but i got error warn in IDE. I use Nuxt + NuxtUi 3 + TS\n\n\n\n\n\nFor items : \n```\nconst items = ref([\n { label: \"Your Order\", slot: \"header\", type: \"label\" },\n { label: \"Item1\" },\n ]);\n```",[3076,3077],{"name":3024,"color":3025},{"name":3027,"color":3028},3456,"DropdownMenuItem type","2025-03-28T17:41:59Z","https://github.com/nuxt/ui/issues/3456",0.7206827,{"description":3084,"labels":3085,"number":3089,"owner":3030,"repository":3031,"state":3032,"title":3090,"updated_at":3091,"url":3092,"score":3093},"### For what version of Nuxt UI are you suggesting this?\n\nv2.17.0\n\n### Description\n\nI want to set styles for other elements based on the activation state of the `ULink` component, but it was unexpectedly difficult. First, I didn't find relevant content in the [documentation](https://ui.nuxt.com/components/link) of the `ULink` component. It wasn't until I found this [issue](https://github.com/nuxt/ui/issues/1718) that I learned that I could get the activation state through `v-slot={isActive}`. Secondly, I can't directly set the `data-*` attribute for the `ULink` component to save the value of isActive, because this will prompt a ts error and the rendered `a` tag will not contain attributes, so I have to add another HTML tag as a child element of the `ULink` component to indirectly add the `data-*` attribute. \n\n### Additional context\n\n_No response_",[3086],{"name":3087,"color":3088},"enhancement","a2eeef",2726,"Use `data-*` to add activation state to `ULink`","2024-12-05T13:48:55Z","https://github.com/nuxt/ui/issues/2726",0.7228804,{"description":3095,"labels":3096,"number":3099,"owner":3030,"repository":3031,"state":3032,"title":3100,"updated_at":3101,"url":3102,"score":3103},"### 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",[3097,3098],{"name":3024,"color":3025},{"name":3027,"color":3028},2843,"Neutral Palette classes","2024-12-09T11:12:10Z","https://github.com/nuxt/ui/issues/2843",0.72916245,{"labels":3105,"number":3115,"owner":3030,"repository":3030,"state":3032,"title":3116,"updated_at":3117,"url":3118,"score":3119},[3106,3109,3112],{"name":3107,"color":3108},"stale","ffffff",{"name":3110,"color":3111},"pending triage","E99695",{"name":3113,"color":3114},"2.x","d4c5f9",7883,"Nuxt + Apollo, not possible to have client fetch","2023-01-22T15:36:04Z","https://github.com/nuxt/nuxt/issues/7883",0.7317292,{"description":3121,"labels":3122,"number":3131,"owner":3030,"repository":3031,"state":3032,"title":3132,"updated_at":3133,"url":3134,"score":3135},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: -\n- CLI Version: 3.23.1\n- Nitro Version: -\n- Package Manager: pnpm@9.15.0\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nVue\n\n### Version\n\nv3.0.0\n\n### Reproduction\n\nN/A\n\n### Description\n\nim trying to set the widht for a specific column, i've tried with size in the columns definition but isn't working, also i've tried with defaultColumn but still doesnt work, i need to fix the size of a specific column, is there any way to do that? \n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3123,3124,3125,3126,3128],{"name":3041,"color":3042},{"name":3044,"color":3045},{"name":3027,"color":3028},{"name":3127,"color":3108},"triage",{"name":3129,"color":3130},"closed-by-bot","ededed",3648,"Table not working with size, minSize or maxSize in columns","2025-04-04T02:04:48Z","https://github.com/nuxt/ui/issues/3648",0.7341211,{"description":3137,"labels":3138,"number":3145,"owner":3030,"repository":3030,"state":3032,"title":3146,"updated_at":3147,"url":3148,"score":3149},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v22.14.0`\n- Nuxt Version: `3.17.1`\n- CLI Version: `3.25.0`\n- Nitro Version: `2.11.11`\n- Package Manager: `pnpm@10.10.0`\n- Builder: `-`\n- User Config: `modules`, `devtools`, `css`, `future`, `compatibilityDate`, `runtimeConfig`, `eslint`\n- Runtime Modules: `@nuxt/eslint@1.3.0`, `@nuxt/ui-pro@3.1.0`, `@vueuse/nuxt@13.1.0`\n- Build Modules: `-`\n\n### Reproduction\n\n[StackBlitz](https://stackblitz.com/edit/github-bdcn9g9w?file=nuxt.config.ts)\n\n### Steps:\n1. Navigate to `/users` → data logs correctly.\n2. Navigate away, then back to `/users` → data is now undefined and no new fetch fires.\n\n### Describe the bug\n\nAfter upgrading from Nuxt `3.16.2` to `3.17.0` or `3.17.1`, any fetch composable that shares a string key with a preceding call to `useNuxtData` will correctly fetch on first visit—but on navigating away and back, the cache is purged, leaving data `undefined` and no refetch happening.\n\n### Additional context\n\n### Workarounds\n- Set `experimental.purgeCachedData` to false\n- Move the `useNuxtData('key')` call after your fetch composable:\n```vue\n\u003Cscript setup lang=\"ts\">\n// const cachedData = useNuxtData('key');\n\nconst { data } = await useAsyncData('key', () =>\n $fetch('https://jsonplaceholder.typicode.com/users')\n);\n\nconst cachedData = useNuxtData('key');\n\u003C/script>\n```\n…then the cache isn’t purged and everything works as expected.\n\n### Logs\n\n```shell-script\n\n```",[3139,3142],{"name":3140,"color":3141},"❗ p4-important","D93F0B",{"name":3143,"color":3144},"possible regression","B90A42",31961,"calling `useNuxtData` before a fetch composable causes shared key cache to purge on navigation for nuxt `3.17.x`","2025-05-01T12:47:14Z","https://github.com/nuxt/nuxt/issues/31961",0.735449,["Reactive",3151],{},["Set"],["ShallowReactive",3154],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fFa3Xf9w_GYdtAzXY7yW0Y4gzhWCW-eXd_it4TAYo3mg":-1},"/nuxt/nuxt.com/1312"]