\n\u003C/template>\n\u003Cscript setup>\nconst items = [\n { label: \"click for one\", onClick: () => alert(\"1\"), to: \"/one\" },\n { label: \"click for two\", onClick: () => alert(\"2\"), to: \"/two\" },\n]\n\u003C/script>\n```\n\nMy need is to have some secondary effects happening besides the navigation when the user clicks on a breadcrumb item.\n\n### Additional context\n\n_No response_",[2921,2924,2927],{"name":2922,"color":2923},"enhancement","a2eeef",{"name":2925,"color":2926},"v3","49DCB8",{"name":2928,"color":2929},"triage","ffffff",3631,"ui","Support for `onClick` event on Breadcrumb items","2025-03-24T18:08:16Z","https://github.com/nuxt/ui/issues/3631",0.7457821,{"description":2937,"labels":2938,"number":2944,"owner":2869,"repository":2931,"state":2871,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.12.2`\n- Nuxt Version: `3.14.159`\n- CLI Version: `3.15.0`\n- Nitro Version: `2.10.4`\n- Package Manager: `bun@1.1.33`\n- Builder: `-`\n- User Config: `default`\n- Runtime Modules: `@nuxt/ui@3.0.0-alpha.8`, `@nuxt/eslint@0.6.1`, `@vueuse/nuxt@11.2.0`\n- Build Modules: `-`\n\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\nPlace SelectMenu with search in Modal then try to access search input\n\n### Description\n\nSelectMenu search not working from modal\nIt's working if :portal=\"false\", but style broken\n\n### Additional context\n\n\n\n\n### Logs\n\n```shell-script\n\n```",[2939,2940,2941],{"name":2866,"color":2909},{"name":2925,"color":2926},{"name":2942,"color":2943},"reka-ui","56d799",2657,"SelectMenu search not clickable from modal","2025-02-13T18:27:29Z","https://github.com/nuxt/ui/issues/2657",0.7471993,{"description":2950,"labels":2951,"number":2958,"owner":2869,"repository":2869,"state":2871,"title":2959,"updated_at":2960,"url":2961,"score":2962},"### Environment\n\nNuxt 3.16.1 vs 3.17.1 \n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-h4zlu5wz?file=package.json\n\n### Describe the bug\n\nIf you check the repro, it works with 3.16.1 and error with 3.17.1\n\n`Cannot read properties of undefined (reading 'data')`\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nat eval (/home/projects/bnmioyjmbm.github/node_modules/nuxt/dist/app/composables/asyncData.js:163:67)\nat ComputedRefImpl.get [as fn] (/home/projects/bnmioyjmbm.github/node_modules/nuxt/dist/app/composables/asyncData.js:178:14)\nat refreshComputed (/home/projects/bnmioyjmbm.github/node_modules/@vue/reactivity/dist/reactivity.cjs.js:384:28)\nat get value (/home/projects/bnmioyjmbm.github/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1625:5)\nat unref (/home/projects/bnmioyjmbm.github/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1470:29)\nat Object.get (/home/projects/bnmioyjmbm.github/node_modules/@vue/reactivity/dist/reactivity.cjs.js:1476:64)\nat _sfc_ssrRender (/home/projects/bnmioyjmbm.github/app/pages/index.js:25:14)\nat renderComponentSubTree (/home/projects/bnmioyjmbm.github/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:715:9)\nat eval (/home/projects/bnmioyjmbm.github/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:662:25)\nat async Module.renderToString (/home/projects/bnmioyjmbm.github/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:947:18)\n```",[2952,2953,2955],{"name":2866,"color":2909},{"name":2954,"color":2896},"🔨 p3-minor",{"name":2956,"color":2957},"possible regression","B90A42",31955,"3.17 Breaking change on async data","2025-05-01T10:07:12Z","https://github.com/nuxt/nuxt/issues/31955",0.7511389,{"labels":2964,"number":2969,"owner":2869,"repository":2869,"state":2871,"title":2970,"updated_at":2971,"url":2972,"score":2973},[2965,2967,2968],{"name":2966,"color":2929},"stale",{"name":2880,"color":2881},{"name":2883,"color":2884},10038,"Compressed to .zip from the packaged result","2023-01-22T15:45:12Z","https://github.com/nuxt/nuxt/issues/10038",0.7545459,{"description":2975,"labels":2976,"number":2982,"owner":2869,"repository":2931,"state":2871,"title":2983,"updated_at":2984,"url":2985,"score":2986},"### Environment\n\n- Operating System: Windows_NT\n- Node Version: v22.13.1\n- Nuxt Version: 3.16.2\n- CLI Version: 3.24.1\n- Nitro Version: 2.11.8\n- Package Manager: npm@10.9.2\n- Builder: -\n- User Config: compatibilityDate, devtools, modules, css, eslint\n- Runtime Modules: @nuxt/eslint@1.3.0, @nuxt/ui-pro@3.0.2\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.2\n\n### Reproduction\n\nobvious issue\n\n### Description\n\nIn the NuxtUiPro Header component, this line of code is used to define the title's aria label :\n`const ariaLabel = computed(() => (props.title || (slots.title && getSlotChildrenText(slots.title())) || 'Nuxt UI Pro').trim())\n`\n\nprops.title has a default value :\n\n`const props = withDefaults(defineProps\u003CHeaderProps\u003CT>>(), {\n title: 'Nuxt UI Pro'\n})`\n\nWhich means that if we are defining the title using the title slot instead of the title prop, the aria label will always equal to 'Nuxt UI Pro', because the first condition, which checks for the existence of props.title, will always equate to true. A simple fix would be using something like this instead :\n\n```\nconst ariaLabel = computed(() => (\n (props.title != 'Nuxt UI Pro' && props.title) ||\n (slots.title && getSlotChildrenText(slots.title())) ||\n 'Nuxt UI Pro'\n).trim())\n```\n\nPlease let me know if this is not the right place to raise issues for the Pro version of NuxtUi, I couldn't find a better place.\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2977,2978,2979],{"name":2866,"color":2909},{"name":2925,"color":2926},{"name":2980,"color":2981},"pro","5BD3CB",3833,"Title's Aria Label error with Nuxt Ui Pro's Header component","2025-04-09T12:10:13Z","https://github.com/nuxt/ui/issues/3833",0.75457585,{"labels":2988,"number":2991,"owner":2869,"repository":2869,"state":2871,"title":2992,"updated_at":2993,"url":2994,"score":2995},[2989,2990],{"name":2880,"color":2881},{"name":2883,"color":2884},7745,"build error","2023-01-22T15:36:04Z","https://github.com/nuxt/nuxt/issues/7745",0.7549065,["Reactive",2997],{},["Set"],["ShallowReactive",3000],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fXdCs9SEC-O4FyvjrO69yesjYHe6Ohgvs3p8K77Rw7Yw":-1},"/nuxt/ui/3348"]