`\n\nit doesn't work that way\n\nI really ask for help!",[2899,2902],{"name":2900,"color":2901},"question","d876e3",{"name":2871,"color":2872},3098,"Table filtered, sorting fetch","2025-01-14T11:05:37Z","https://github.com/nuxt/ui/issues/3098",0.69621485,{"description":2909,"labels":2910,"number":2915,"owner":2877,"repository":2878,"state":2879,"title":2916,"updated_at":2917,"url":2918,"score":2919},"### Description\n\nSupport either Nuxt config override or feat a config option to override prefetch behavior.\n\nThe default behavior of internal links are `prefetchOn: { visibility: true }` in Nuxt.\n\nChanging it only affects `\u003CNuxtLink>`. Nuxt UI components featuring links ignore this parameter and preserve prefetching on visibility.\n\n```ts\n// nuxt.config.ts \n experimental: {\n defaults: {\n nuxtLink: {\n // Don't affect Nuxt UI components\n prefetchOn: { interaction: true, visibility: false },\n },\n },\n },\n```\n\nI can add props on each component (`no-prefetch` or `prefetch-on=\"interaction\"`) thought but could be comfort to be able to change the default behavior \n\nThanks.\n\n### Additional context\n\n_No response_",[2911,2914],{"name":2912,"color":2913},"enhancement","a2eeef",{"name":2874,"color":2875},3263,"[Feature request] option default links prefetch behavior","2025-02-07T10:00:36Z","https://github.com/nuxt/ui/issues/3263",0.6974672,{"description":2921,"labels":2922,"number":2928,"owner":2877,"repository":2878,"state":2879,"title":2929,"updated_at":2930,"url":2931,"score":2932},"### Environment\n\n- Operating System: Linux\n- Node Version: v20.11.0\n- Nuxt Version: 3.13.2\n- CLI Version: 3.13.2\n- Nitro Version: 2.9.7\n- Package Manager: yarn@1.22.19\n- Builder: -\n- User Config: devtools, extends, modules, ssr, vite, runtimeConfig, ui, css, i18n, algolia, image, nitro, compatibilityDate\n- Runtime Modules: @nuxtjs/algolia@1.10.2, @nuxtjs/i18n@8.3.1, @pinia/nuxt@0.5.1, @nuxt/ui, @nuxt/image@1.7.0\n- Build Modules: -\n\n\n\n### Version\n\nNuxt UI pro 1.4.2\n\n### Reproduction\n\n-\n\n### Description\n\nOn Heroku, I randomly (~10%) get an error while building my project, indicating that NUXT_UI_PRO_LICENSE is not present.\nIt fix it but juste re-laucnhing the build a few seconds later\n\n```\n $ nuxt generate\n Nuxt 3.13.2 with Nitro 2.9.7\n ℹ Using Nitro server preset: static\n [nuxt:tailwindcss] ℹ Using default Tailwind CSS file\n ℹ Nuxt Icon server bundle mode is set to local\n ERROR Invalid NUXT_UI_PRO_LICENSE license key.\nPurchase Nuxt UI Pro at https://ui.nuxt.com/pro/pricing to build your app in production.\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2923,2924,2927],{"name":2868,"color":2869},{"name":2925,"color":2926},"pro","5BD3CB",{"name":2874,"color":2875},3300,"Nuxt UI pro licensing failing randomly on Heroku","2025-02-19T16:07:14Z","https://github.com/nuxt/ui/issues/3300",0.6989869,{"description":2934,"labels":2935,"number":2938,"owner":2877,"repository":2878,"state":2939,"title":2940,"updated_at":2941,"url":2942,"score":2943},"### For what version of Nuxt UI are you asking this question?\n\nv3.0.0-alpha.x\n\n### Description\n\nI've noticed that links (\\\u003Ca\\> tags) created with `UButton` contain a lot of unnecessary styling related to the button itself, disabled and enabled state. Given that for anchors there is no `disabled` property in the HTML specification, this means that out of the following styles:\n```\nrounded-[calc(var(--ui-radius)*1.5)] font-medium inline-flex items-center focus:outline-none transition-colors px-2.5 py-1.5 text-sm gap-1.5 ring ring-inset ring-[var(--ui-primary)]/50 text-[var(--ui-primary)] hover:bg-[var(--ui-primary)]/10 focus-visible:ring-2 focus-visible:ring-[var(--ui-primary)]\n```\n\nAt the very least, these can be removed:\n\n```\ndisabled:cursor-not-allowed aria-disabled:cursor-not-allowed disabled:opacity-75 aria-disabled:opacity-75 disabled:bg-transparent aria-disabled:bg-transparent dark:disabled:bg-transparent dark:aria-disabled:bg-transparent\n```\n\nThis is quite a reduction in classes and can make a moderate difference in total page size and even web vitals scores, especially if there are a lot of links on the page created with `UButton` (which is very likely given the customization UButton provides with icons, variants, colors, and more)\n\nIn order to make this work, the classes that rely on disabled state would likely need to be extracted into a separate place in the theme, which tailwind-variants will then need to merge if there is no `to` property present.\n\nYou might be asking why, given that technically people can rely on it to prevent navigation until a certain condition. But the answer to that is that restricting links like that is generally bad practice and can be circumvented pretty easily. It's not meant to be a security feature and it also lacks in terms of functional purpose.\n\nI'll check to see what I can do about it, but I thought sharing it here would be more beneficial in case someone will be faster than me in preparing a PR for this =)",[2936,2937],{"name":2900,"color":2901},{"name":2871,"color":2872},2907,"closed","[Performance improvement opportunity]: remove disabled-dependent classes on links created with `UButton`","2025-01-13T22:45:37Z","https://github.com/nuxt/ui/issues/2907",0.68086004,{"description":2945,"labels":2946,"number":2949,"owner":2877,"repository":2950,"state":2939,"title":2951,"updated_at":2952,"url":2953,"score":2954},"",[2947],{"name":2912,"color":2948},"1ad6ff",635,"nuxt.com","[Docs] Remove `framework` from url","2022-06-20T19:44:36Z","https://github.com/nuxt/nuxt.com/issues/635",0.681857,{"description":2956,"labels":2957,"number":2960,"owner":2877,"repository":2878,"state":2939,"title":2961,"updated_at":2962,"url":2963,"score":2964},"### Environment\n\n- Operating System: Linux\n- Node Version: v23.3.0\n- Nuxt Version: 3.15.1\n- CLI Version: 3.18.2\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.13.2\n- Builder: -\n- User Config: devtools, modules, css, future, compatibilityDate\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.9, @nuxt/eslint@0.7.4\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.15.1\n\n### Reproduction\n\nhttps://github.com/fl5brkv/nuxt-issue\n\n### Description\n\nI installed nuxt ui 3 from the official nuxt ui starter, just wanted to try the calendar, but it doesnt work. Throwing me warnings in console.log.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n[Vue warn]: Failed to resolve component: UCalendar\nIf this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. \n at \u003CIndex onVnodeUnmounted=fn\u003ConVnodeUnmounted> ref=Ref\u003C undefined > > \n at \u003CAnonymous key=\"/\" vnode= Object route= Object ... > \n at \u003CRouterView name=undefined route=undefined > \n at \u003CNuxtPage > \n at \u003CToastProvider swipe-direction=\"right\" duration=5000 > \n at \u003CToaster key=0 > \n at \u003CTooltipProvider > \n at \u003CConfigProvider use-id=fn\u003Cuse-id> dir=\"ltr\" > \n at \u003CApp > \n at \u003CApp key=4 > \n at \u003CNuxtRoot>\n\nruntime-core.esm-bundler.js?v=b66559bc:50 [Vue warn]: Hydration node mismatch:\n- rendered on server: \u003C!----> \n- expected on client: UCalendar \n at \u003CIndex onVnodeUnmounted=fn\u003ConVnodeUnmounted> ref=Ref\u003C undefined > > \n at \u003CAnonymous key=\"/\" vnode= Object route= Object ... > \n at \u003CRouterView name=undefined route=undefined > \n at \u003CNuxtPage > \n at \u003CToastProvider swipe-direction=\"right\" duration=5000 > \n at \u003CToaster key=0 > \n at \u003CTooltipProvider > \n at \u003CConfigProvider use-id=fn\u003Cuse-id> dir=\"ltr\" > \n at \u003CApp > \n at \u003CApp key=4 > \n at \u003CNuxtRoot>\n```",[2958,2959],{"name":2868,"color":2869},{"name":2871,"color":2872},3044,"\u003CUCalendar /> isn't rendering","2025-01-08T09:24:13Z","https://github.com/nuxt/ui/issues/3044",0.6874164,{"description":2966,"labels":2967,"number":2970,"owner":2877,"repository":2878,"state":2939,"title":2971,"updated_at":2972,"url":2973,"score":2974},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.10.0\n- Nuxt Version: 3.15.0\n- CLI Version: 3.17.2\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.15.1\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.9, @nuxt/eslint@0.7.4\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.0-alpha.10\n\n### Reproduction\n\nhttps://github.com/Cyanhall/nuxt-ui-v3-demo/tree/main/demo4\n\n### Description\n\nThe button styles in UModal body should not be affected by UButtonGroup. I'm not sure if this is a bug or a feature.\n\n\n```vue\n\u003Ctemplate>\n \u003CUButtonGroup>\n \u003CUModal\n :close=\"true\"\n v-model:open=\"open\"\n title=\"Test\"\n >\n \u003CUButton\n variant=\"outline\"\n color=\"neutral\"\n @click=\"open = true\"\n >\n Modal Button\n \u003C/UButton>\n \u003Ctemplate #body>\n Body\n \u003C/template>\n \u003Ctemplate #footer>\n \u003Cdiv class=\"flex justify-start w-full gap-4\">\n \u003CUButton\n variant=\"outline\"\n class=\"rounded\"\n label=\"Cancel\"\n @click=\"open = false\"\n />\n \u003CUButton\n variant=\"outline\"\n class=\"rounded\"\n label=\"Middle\"\n @click=\"open = false\"\n />\n \u003CUButton\n type=\"submit\"\n class=\"rounded\"\n label=\"Confirm\"\n color=\"primary\"\n @click=\"open = false\"\n />\n \u003C/div>\n \u003C/template>\n \u003C/UModal>\n \u003CUButton\n variant=\"outline\"\n color=\"neutral\"\n @click=\"\"\n >\n Other Button\n \u003C/UButton>\n \u003C/UButtonGroup>\n\u003C/template>\n```\n\n\u003Cimg width=\"362\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/da66f0d8-fc42-45a5-b1e1-d7214468b24a\" />\n\n\u003Cbr>\n\n\u003Cimg width=\"543\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a50767ec-bea5-4c88-9b45-963f8e81e5df\" />\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2968,2969],{"name":2868,"color":2869},{"name":2871,"color":2872},2978,"The button styles in UModal body should not be affected by UButtonGroup.","2025-02-07T15:32:58Z","https://github.com/nuxt/ui/issues/2978",0.691255,{"description":2976,"labels":2977,"number":2979,"owner":2877,"repository":2878,"state":2939,"title":2980,"updated_at":2981,"url":2982,"score":2983},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.12.2`\n- Nuxt Version: `3.14.1592`\n- CLI Version: `3.16.0`\n- Nitro Version: `2.10.4`\n- Package Manager: `npm@10.9.1`\n- Builder: `-`\n- User Config: `default`\n- Runtime Modules: `@nuxt/ui`, `@nuxt/fonts@^0.9.2`, `@vueuse/nuxt@11.3.0`, `@pinia/nuxt@^0.5.5`\n- Build Modules: `-`\n\n\n### Version\n\nui@2.20.0 / ui-pro@1.6.0\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-3i8hdkq6?file=pages%2Findex.vue\n\n### Description\n\nHiya folks,\nI'm using UTable with a v-model which gives it checkboxes, making it selectable.\nOn the same table, I've also been using `@select` to call a navigate function when the row is clicked.\nSince UI v2.18.5, clicking the checkbox to select the row calls the `@select` navigation function.\n\nEssentially, I need the `@select` to apply to the full row except for the checkbox. In the reproduction, you'll see that checking a checkbox also triggers a navigation.\n\nI see this change was introduced in v2.18.5 with [this pull request](https://github.com/nuxt/ui/pull/2072) - my implementation was working before this.\n\nPlease let me know if you need any more information.\nI raised this on [Discord](https://discord.com/channels/473401852243869706/1042756264205230081/threads/1292979528393687071) but didn't catch anyone's eye.\n\nCheers,\nFred\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2978],{"name":2868,"color":2869},2884,"Table Both Selectable and Clickable","2025-04-22T20:03:37Z","https://github.com/nuxt/ui/issues/2884",0.6964883,["Reactive",2985],{},["Set"],["ShallowReactive",2988],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fFOMuhESVRg2zscXT8Ys0iWIPRTfCIyfSJ4aPwUiVf8w":-1},"/nuxt/ui/3297"]