\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```",[3180,3183],{"name":3181,"color":3182},"bug","d73a4a",{"name":3149,"color":3150},2649,"closed","breadcrumb HTML validation errors","2024-11-15T08:53:33Z","https://github.com/nuxt/ui/issues/2649",0.7023437,{"description":3191,"labels":3192,"number":3195,"owner":3155,"repository":3196,"state":3185,"title":3197,"updated_at":3198,"url":3199,"score":3200},"- [x] Move Revue contacts\n- [x] Subscribe form to contact Sendgrid API",[3193],{"name":3146,"color":3194},"1ad6ff",1104,"nuxt.com","Migrate newsletter to SendGrid","2023-01-10T15:04:54Z","https://github.com/nuxt/nuxt.com/issues/1104",0.718056,{"description":3202,"labels":3203,"number":3209,"owner":3155,"repository":3156,"state":3185,"title":3210,"updated_at":3211,"url":3212,"score":3213},"### Environment\n\n \"@nuxt/ui\": \"^3.0.0-alpha.12\",\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.0-alpha.12\n\n### Reproduction\n\nself\n\n### Description\n\n```\n\u003Ctemplate> \n \u003CUSelectMenu\n v-model=\"form.regionId\"\n labelKey=\"name\"\n valueKey=\"iso\"\n :items=\"regions\"\n placeholder=\"Ej: Buenos Aires\"\n class=\"w-full\"\n :filter-fields=\"['name']\"\n />\n \u003CUSelectMenu\n v-model=\"form.cityId\"\n labelKey=\"name\"\n valueKey=\"id\"\n :items=\"cities\"\n placeholder=\"Ej: CABA\"\n class=\"w-full\"\n :filter-fields=\"['name']\"\n v-model:search-term=\"searchTerm\"\n :loading=\"loadingCities\"\n />\n\u003C/template>\n\u003Cscript setup lang=\"ts\">\nconst props = defineProps\u003C{\n regions: RegionModel[]\n}>();\nconst { regions } = toRefs(props);\n\n// Formulario reactivo\nconst form = reactive({\n name: '',\n address: '',\n regionId: '',\n cityId: '',\n website: '',\n phone: '',\n email: ''\n});\n\nconst loadingCities = ref\u003Cboolean>(false)\nconst getCities = async (regionId: string) => {\n try {\n loadingCities.value = true\n const response = await placeRepo.getCityByRegionId(regionId, searchTerm.value)\n cities.value = response\n } catch (error) {\n console.error(error)\n } finally {\n loadingCities.value = false\n }\n}\n\n\u003C/script>\n```\n\n### Additional context\n\nWhen you open select B and then open select A, select A flashes, B closes and A does not open.\n\n\n\n### Logs\n\n```shell-script\n\n```",[3204,3205,3208],{"name":3181,"color":3182},{"name":3206,"color":3207},"needs reproduction","CB47CF",{"name":3149,"color":3150},3312,"USelectmenu flickers when changing select and does not open 3.0.0-alpha.12 SelectMenu","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3312",0.7351816,{"description":3215,"labels":3216,"number":3220,"owner":3155,"repository":3196,"state":3185,"title":3221,"updated_at":3222,"url":3223,"score":3224},"- [x] `Nuxt`\n- [x] `Studio`\n- [x] logo only",[3217],{"name":3218,"color":3219},"design","00bd6f",780,"Uniformize logos with same size","2023-09-05T08:18:35Z","https://github.com/nuxt/nuxt.com/issues/780",0.73850745,{"description":3226,"labels":3227,"number":3228,"owner":3155,"repository":3196,"state":3185,"title":3229,"updated_at":3230,"url":3231,"score":3232},"### Environment\n\nhttps://nuxt.com/\n\n### Reproduction\n\nUse Google and Firefox to open https://nuxt.com/, and you can find that the automatic recognition on Firefox is wrong, showing the dark mode\r\n\r\n\r\n\n\n### Describe the bug\n\nfirefox Developer Edition 131.0b5\r\nAnd how to turn off dark mode?\r\nI tried but it didn't work\r\ncolorMode: {\r\n preference: 'light'\r\n},\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[],1663,"Dark mode does not work properly on Firefox Developer Edition","2024-11-21T01:08:22Z","https://github.com/nuxt/nuxt.com/issues/1663",0.7407256,{"description":3234,"labels":3235,"number":3239,"owner":3155,"repository":3156,"state":3185,"title":3240,"updated_at":3241,"url":3242,"score":3243},"### Description\n\nThere is currently no easy way to know what state the modal is in. Adding a `toggle` method would make life very much easier.\n\nI'm willing to make a PR\n\n### Additional context\n\n_No response_",[3236,3237,3238],{"name":3146,"color":3147},{"name":3149,"color":3150},{"name":3152,"color":3153},3720,"feat: add toogle for useOverlay","2025-04-09T15:26:14Z","https://github.com/nuxt/ui/issues/3720",0.7407669,{"description":3245,"labels":3246,"number":3247,"owner":3155,"repository":3196,"state":3185,"title":3248,"updated_at":3249,"url":3250,"score":3251},"",[],1838,"Uneven card height in homepage modules section","2025-04-02T19:56:04Z","https://github.com/nuxt/nuxt.com/issues/1838",0.7414512,{"description":3253,"labels":3254,"number":3255,"owner":3155,"repository":3196,"state":3185,"title":3256,"updated_at":3257,"url":3258,"score":3259},"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.7444393,["Reactive",3261],{},["Set"],["ShallowReactive",3264],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fpr5X0NqCKwphc08Xhgk5eLa7ju2dO86pqeQyS3EgxEw":-1},"/nuxt/ui/3646"]