\n \u003CUButton label=\"Delete\" @click=\"deleteItem\" />\n \u003CUButton label=\"Add\" @click=\"addItem\" />\n\u003C/template>\n\n\u003Cscript setup lang=\"ts\">\nfunction deleteItem() {\n const randomIndex = Math.floor(Math.random() * data.value.length);\n data.value.splice(randomIndex, 1);\n}\n\nfunction addItem() {\n data.value.push({\n id: Math.floor(Math.random() * 10000).toString(),\n });\n}\n\nconst data = ref([\n {\n id: \"4600\",\n },\n {\n id: \"4599\",\n },\n {\n id: \"4598\",\n },\n {\n id: \"4597\",\n },\n {\n id: \"4596\",\n },\n]);\n\u003C/script>\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2036,2039,2040],{"name":2037,"color":2038},"bug","d73a4a",{"name":1999,"color":2000},{"name":2002,"color":2003},3821,"Table is not reactive","2025-04-08T10:36:33Z","https://github.com/nuxt/ui/issues/3821",0.7064212,{"description":2047,"labels":2048,"number":2050,"owner":1985,"repository":1986,"state":2028,"title":2051,"updated_at":2052,"url":2053,"score":2054},"### Environment\n\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.20.3\r\n- Nuxt Version: 3.12.4\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.7\r\n- Package Manager: pnpm@8.15.6\r\n- Builder: -\r\n- User Config: modules, compatibilityDate\r\n- Runtime Modules: @nuxt/ui@2.18.3\r\n- Build Modules: -\r\n------------------------------\n\n### Version\n\n2.18.3\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-ui-fsqysa?file=app.vue\n\n### Description\n\nI want to attach USelectMenu inside UTable cell, but the table container's width is fixed, so I need to make the table horizontally scrollable. I put `overflow-x-scroll` class into UTable, it is scrollable but when I click USelectMenu, the table is vertically scrollable as well (I don't want that) and the option popover is being cut off inside the table.\r\n\r\nExpected outcome: the table is horizontally scrollable but without cutting the USelectMenu popover.\r\n\r\nCan anybody please help me to workaround this? it's been a while for me to investigate whats the issue here.\r\nThanks!\n\n### Additional context\n\n\r\n\n\n### Logs\n\n_No response_",[2049],{"name":2037,"color":2038},2002,"[UTable] Table is being vertically scrollable when using USelectMenu inside cell","2024-11-12T17:12:30Z","https://github.com/nuxt/ui/issues/2002",0.71407884,{"description":2056,"labels":2057,"number":2058,"owner":1985,"repository":2059,"state":2028,"title":2060,"updated_at":2061,"url":2062,"score":2063},"### Environment\n\nOS: Windows 10\r\nBrowser: Brave\n\n### Reproduction\n\n1. In nuxt docs, open the [app.config.ts](https://nuxt.com/docs/guide/directory-structure/app-config#app-config-file) or [useRouter](https://nuxt.com/docs/api/composables/use-router) link\r\n2. Look at the Sidebar of the page, multiple routes are styled as active links\n\n### Describe the bug\n\nIn the documentation, the multiple routes having similar names are styled as an active link at the same time\r\n\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[],1228,"nuxt.com","docs: multiple links are styled as active links","2023-10-10T14:45:12Z","https://github.com/nuxt/nuxt.com/issues/1228",0.7166427,{"description":2065,"labels":2066,"number":2067,"owner":1985,"repository":2059,"state":2028,"title":2068,"updated_at":2069,"url":2070,"score":2071},"- [x] Colors & Fonts\n- [x] Landing page (Home)\n- [x] Showcase categories/hero\n- [x] Modules categories/hero\n- [x] Blog categories/hero\n- [x] Support hero/content",[],1305,"Marketing Update","2023-07-04T10:00:31Z","https://github.com/nuxt/nuxt.com/issues/1305",0.7314497,{"description":2073,"labels":2074,"number":2077,"owner":1985,"repository":1986,"state":2028,"title":2078,"updated_at":2079,"url":2080,"score":2081},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.11.1\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.11.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.8, @nuxtjs/html-validator@1.8.2, @nuxt/image@1.8.1, @nuxt/eslint@0.6.1, @nuxtjs/seo@2.0.0-rc.23\n- Build Modules: -\n------------------------------\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n\"@nuxt/ui\": \"3.0.0-alpha.8\",\n\n### Reproduction\n\n\u003C!-- layouts/default.vue -->\n\u003Ctemplate>\n \u003Cdiv class=\"container mx-auto\">\n \u003Cu-breadcrumb :items=\"items \" />\n \u003Cslot>\u003C/slot>\n \u003C/div>\n\u003C/template>\n\n\n\u003Cscript lang=\"ts\" setup>\nimport { useRoute } from 'vue-router';\n\nconst route = useRoute();\nconst items = useBreadcrumbItems({\n schemaOrg: true,\n});\n\u003C/script>\n\n\n### Description\n\nthis will render the breadcrumbs in a \u003Cdiv> with an aria-label, which is a violation of this rule: https://html-validate.org/rules/aria-label-misuse.html\n\n- Rule ID: aria-label-misuse\n- Category: Accessibility\n- Standards: WCAG 2.2 (A)WCAG 2.1 (A)WCAG 2.0 (A)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n ERROR HTML validation errors found for /song/justice-genesis-1\n\ninline\n 129:21990 error \"aria-label\" cannot be used on this element aria-label-misuse\n\n✖ 1 problem (1 error, 0 warnings)\n\nMore information:\n https://html-validate.org/rules/aria-label-misuse.html\n\n```",[2075,2076],{"name":2037,"color":2038},{"name":1999,"color":2000},2649,"breadcrumb HTML validation errors","2024-11-15T08:53:33Z","https://github.com/nuxt/ui/issues/2649",0.7441627,{"description":2083,"labels":2084,"number":2091,"owner":1985,"repository":1986,"state":2028,"title":2092,"updated_at":2093,"url":2094,"score":2095},"### Description\n\nHello, i was wondering if its possible to create something similar to this perhaps using the existing radio-group component.\r\n\r\nExample: https://tailwindui.com/components/application-ui/forms/radio-groups\r\n\u003Cimg width=\"1201\" alt=\"Screenshot 2024-01-11 at 7 59 09 PM\" src=\"https://github.com/nuxt/ui/assets/33962719/5c1bd9cb-7c96-4306-83c5-46eda713de10\">\r\n\n\n### Additional context\n\n_No response_",[2085,2088,2089],{"name":2086,"color":2087},"duplicate","cfd3d7",{"name":1996,"color":1997},{"name":2090,"color":2003},"wontfix-v2",1221,"Radio Groups cards","2025-03-24T15:01:33Z","https://github.com/nuxt/ui/issues/1221",0.7449461,["Reactive",2097],{},["Set"],["ShallowReactive",2100],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"UWBruxZ0VHVnudRESDDgt3BJNG318prGu1tGZw0R9w8":-1},"/nuxt/ui/3732"]