\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_",[3214,3215,3216],{"name":3201,"color":3202},{"name":3204,"color":3205},{"name":3217,"color":3218},"triage","ffffff",3631,"Support for `onClick` event on Breadcrumb items","2025-03-24T18:08:16Z","https://github.com/nuxt/ui/issues/3631",0.7318361,{"description":3225,"labels":3226,"number":3236,"owner":3152,"repository":3192,"state":3175,"title":3237,"updated_at":3238,"url":3239,"score":3240},"### Environment\n\n- Operating System: Linux\n- Node Version: v22.12.0\n- Nuxt Version: 3.15.4\n- CLI Version: 3.21.1\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.15.3\n- Builder: -\n- User Config: app, compatibilityDate, colorMode, components, dayjs, devtools, ssr, modules, i18n, css, runtimeConfig, oauth, ui, vite, typescript, zodI18n\n- Runtime Modules: @nuxt/ui@3.0.0-beta.2, @nuxt/eslint@0.7.6, @nuxtjs/i18n@9.1.0, @bitinflow/nuxt-oauth@2.0.4, dayjs-nuxt@2.1.11, nuxt-zod-i18n@1.11.5, @sentry/nuxt/module@9.1.0\n- Build Modules: -\n\nI get the following typescript errors when running `nuxt build`. It seems there is an issue with the typing.\n\n```\nnode_modules/.pnpm/@nuxt+ui@3.0.0-beta.2_@babel+parser@7.26.7_change-case@5.4.4_db0@0.2.3_embla-carousel@8.5.2_i_3af7t5nnzgftjhnlc5qi4ndj44/node_modules/@nuxt/ui/dist/runtime/components/Table.vue:316:81 - error TS2339: Property 'class' does not exist on type 'ColumnMeta\u003CT, unknown>'.\n\n316 :class=\"ui.th({ class: [props.ui?.th, header.column.columnDef.meta?.class?.th], pinned: !!header.column.getIsPinned() })\"\n ~~~~~\n\nnode_modules/.pnpm/@nuxt+ui@3.0.0-beta.2_@babel+parser@7.26.7_change-case@5.4.4_db0@0.2.3_embla-carousel@8.5.2_i_3af7t5nnzgftjhnlc5qi4ndj44/node_modules/@nuxt/ui/dist/runtime/components/Table.vue:341:83 - error TS2339: Property 'class' does not exist on type 'ColumnMeta\u003CT, unknown>'.\n\n341 :class=\"ui.td({ class: [props.ui?.td, cell.column.columnDef.meta?.class?.td], pinned: !!cell.column.getIsPinned() })\"\n ~~~~~\n\n\nFound 2 errors in the same file, starting at: node_modules/.pnpm/@nuxt+ui@3.0.0-beta.2_@babel+parser@7.26.7_change-case@5.4.4_db0@0.2.3_embla-carousel@8.5.2_i_3af7t5nnzgftjhnlc5qi4ndj44/node_modules/@nuxt/ui/dist/runtime/components/Table.vue:316\n```\n\n@benjamincanac could you maybe have a look at this?\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-beta.2\n\n### Reproduction\n\n-\n\n### Description\n\nTypescript errors on build regarding the Table component.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3227,3228,3231,3232,3233],{"name":3172,"color":3184},{"name":3229,"color":3230},"needs reproduction","CB47CF",{"name":3204,"color":3205},{"name":3217,"color":3218},{"name":3234,"color":3235},"closed-by-bot","ededed",3439,"[Table] Typescript issue on Table component","2025-03-25T02:04:44Z","https://github.com/nuxt/ui/issues/3439",0.7340493,{"description":3242,"labels":3243,"number":3244,"owner":3152,"repository":3153,"state":3175,"title":3245,"updated_at":3246,"url":3247,"score":3248},"Reproduction:\r\nhttps://github.com/QaahirStewart/icontest\r\n\r\nIt seems that when icon name is bounded with access a property ex(.dot after emptyIconData) \u003CIcon :name=\"emptyIconData.logo\" /> this error is getting produced. ",[],217,"Cannot read properties of undefined (reading 'startsWith')","2024-07-28T23:03:04Z","https://github.com/nuxt/icon/issues/217",0.7357086,{"description":3250,"labels":3251,"number":3244,"owner":3152,"repository":3253,"state":3175,"title":3254,"updated_at":3255,"url":3256,"score":3248},"### 🐛 The bug\n\n\r\n\r\nReproducible with 0.7.0 and upwards (due to the new unhead integration)\r\nNot reproducible in 0.6.X and lower\r\n\r\n\r\n\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-starter-pkwfkx?file=pages%2Findex.vue\n\n### 🌈 Expected behavior\n\nReturn value of `useScript` and others should not be `any`\n\n### ℹ️ Additional context\n\n_No response_",[3252],{"name":3172,"color":3184},"scripts","Return types of `useScript` are `any` since unhead 1.1.0 integration (v0.7)","2024-09-09T18:23:29Z","https://github.com/nuxt/scripts/issues/217",{"description":3258,"labels":3259,"number":3262,"owner":3152,"repository":3192,"state":3175,"title":3263,"updated_at":3264,"url":3265,"score":3266},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v20.10.0`\n- Nuxt Version: `3.14.159`\n- CLI Version: `3.15.0`\n- Nitro Version: `2.10.4`\n- Package Manager: `npm@10.9.0`\n- Builder: `-`\n- User Config: `default`\n- Runtime Modules: `@nuxt/ui@3.0.0-alpha.8`, `nuxt-svgo@4.0.9`\n- Build Modules: `-`\n\n### Version\n\nv3.0.0-alpha.8\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-h9x1yj\n\n### Description\n\nWhen using the vertical NavigationMenu, `defaultOpen` doesn't work...\n\n\"When orientation is vertical, a [Collapsible](https://ui3.nuxt.dev/components/collapsible) component is used to display children. You can control the open state of each item using the `open` and `defaultOpen` properties.\" - [link here](https://ui3.nuxt.dev/components/navigation-menu#orientation).\n\nPS I tried `open` as well: same issue.\n\n### Additional context\n\n```vue\n\u003Cscript setup lang=\"ts\">\n/* Types */\nimport type { NavigationMenuItem } from '#ui/types';\n\nconst items = ref\u003CNavigationMenuItem[][]>([\n [\n {\n label: 'Menu 1',\n defaultOpen: true, // ! This doesn't work\n open: true, // ! This doesn't work\n children: [\n {\n label: 'Submenu 1',\n to: '/submenu-1',\n },\n {\n label: 'Submenu 2',\n to: '/submenu-2',\n },\n ],\n },\n {\n label: 'Menu 2',\n defaultOpen: true, // ! This doesn't work\n open: true, // ! This doesn't work\n children: [\n {\n label: 'Submenu 1',\n to: '/submenu-1',\n },\n {\n label: 'Submenu 2',\n to: '/submenu-2',\n },\n ],\n },\n ],\n]);\n\u003C/script>\n\n\u003Ctemplate>\n \u003Cdiv class=\"h-full\">\n \u003CUNavigationMenu orientation=\"vertical\" :items=\"items\" />\n \u003C/div>\n\u003C/template>\n```\n\n### Logs\n\n```shell-script\n\n```",[3260,3261],{"name":3172,"color":3184},{"name":3204,"color":3205},2755,"Veritcal NavigationMenu - `defaultOpen` doesn't work","2024-11-26T10:29:27Z","https://github.com/nuxt/ui/issues/2755",0.7363307,["Reactive",3268],{},["Set"],["ShallowReactive",3271],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fZqU8viT2o8iqcjxxRNw6oeGm46xI1aLnQnaLXys4yuc":-1},"/nuxt/fonts/579"]