\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```",[2050,2051],{"name":2025,"color":2026},{"name":2052,"color":2053},"v3","49DCB8",2649,"breadcrumb HTML validation errors","2024-11-15T08:53:33Z","https://github.com/nuxt/ui/issues/2649",0.78280944,{"description":2060,"labels":2061,"number":2062,"owner":1985,"repository":1986,"state":2032,"title":2063,"updated_at":2064,"url":2065,"score":2066},"Lag on pitch to zoom https://www.notion.so/nuxt/Lag-on-pitch-to-zoom-01e68fe5383b4e1b8748f0e9b76a90df",[],1095,"[Review] Perf","2023-10-10T14:45:06Z","https://github.com/nuxt/nuxt.com/issues/1095",0.7832519,{"description":2068,"labels":2069,"number":2073,"owner":1985,"repository":2002,"state":2032,"title":2074,"updated_at":2075,"url":2076,"score":2077},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.24.1\n- Nitro Version: 2.11.8\n- Package Manager: yarn@1.22.19\n- Builder: -\n- User Config: app, compatibilityDate, devtools, modules, css, runtimeConfig, vuefire\n- Runtime Modules: @nuxt/ui-pro@3.0.2, nuxt-vuefire@1.0.5, @pinia/nuxt@0.10.1\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.2\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/stupefied-lucy-jmlxr4\n\n### Description\n\nTable component is not reactive. Here's a simple example where items are added and removed. The 'num items' is updating in the view. However, the table does not remove nor add items.\n\n``` vue\n\u003Ctemplate>\n {{ data.length }} num items\n \u003CUTable :data=\"data\" />\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```",[2070,2071,2072],{"name":2025,"color":2026},{"name":2052,"color":2053},{"name":1999,"color":2000},3821,"Table is not reactive","2025-04-08T10:36:33Z","https://github.com/nuxt/ui/issues/3821",0.7863099,{"description":2079,"labels":2080,"number":2082,"owner":1985,"repository":1986,"state":2032,"title":2083,"updated_at":2084,"url":2085,"score":2086},"\n",[2081],{"name":2025,"color":2041},465,"[Milkdown] Can't put a cursor between components","2022-06-15T12:48:21Z","https://github.com/nuxt/nuxt.com/issues/465",0.7914204,{"description":2088,"labels":2089,"number":2090,"owner":1985,"repository":1986,"state":2032,"title":2091,"updated_at":2092,"url":2093,"score":2094},"### Environment\r\n\r\nnpx nuxi info\r\n\r\n### Reproduction\r\n\r\n\u003Cimg width=\"187\" alt=\"image_2023_07_19T10_19_11_566Z\" src=\"https://github.com/nuxt/nuxt/assets/74503611/5bbd50c0-22b8-4db4-9d53-edb65230dce3\">\r\n\r\n\r\nThis occurs on NUXT's official documentation website. The first sponsor's name (SIDESTREAM) is overflowing from its area.\r\n\r\n### Describe the bug\r\n\r\nThis UI bug occurs on the leftmost column's sponsor section. Many of the sponsor's name works fine but if the sponsor's name is longer than 11 characters in lowercase and 9 characters in uppercase the overflow happens. \r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[],1355,"Sponsor's name is overflowing from the div","2023-10-10T14:44:56Z","https://github.com/nuxt/nuxt.com/issues/1355",0.79452693,["Reactive",2096],{},["Set"],["ShallowReactive",2099],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"FCmC4zIAfNd21QptNBQ_6L3H6MdgaZairOsDrHsiz64":-1},"/nuxt/nuxt.com/1417"]