\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```",[3055,3058],{"name":3056,"color":3057},"bug","d73a4a",{"name":3024,"color":3025},2649,"closed","breadcrumb HTML validation errors","2024-11-15T08:53:33Z","https://github.com/nuxt/ui/issues/2649",0.7023437,{"description":3066,"labels":3067,"number":3070,"owner":3030,"repository":3071,"state":3060,"title":3072,"updated_at":3073,"url":3074,"score":3075},"- [x] Move Revue contacts\n- [x] Subscribe form to contact Sendgrid API",[3068],{"name":3021,"color":3069},"1ad6ff",1104,"nuxt.com","Migrate newsletter to SendGrid","2023-01-10T15:04:54Z","https://github.com/nuxt/nuxt.com/issues/1104",0.718056,{"description":3077,"labels":3078,"number":3084,"owner":3030,"repository":3031,"state":3060,"title":3085,"updated_at":3086,"url":3087,"score":3088},"### 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```",[3079,3080,3083],{"name":3056,"color":3057},{"name":3081,"color":3082},"needs reproduction","CB47CF",{"name":3024,"color":3025},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":3090,"labels":3091,"number":3095,"owner":3030,"repository":3071,"state":3060,"title":3096,"updated_at":3097,"url":3098,"score":3099},"- [x] `Nuxt`\n- [x] `Studio`\n- [x] logo only",[3092],{"name":3093,"color":3094},"design","00bd6f",780,"Uniformize logos with same size","2023-09-05T08:18:35Z","https://github.com/nuxt/nuxt.com/issues/780",0.73850745,{"description":3101,"labels":3102,"number":3103,"owner":3030,"repository":3071,"state":3060,"title":3104,"updated_at":3105,"url":3106,"score":3107},"### 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":3109,"labels":3110,"number":3114,"owner":3030,"repository":3031,"state":3060,"title":3115,"updated_at":3116,"url":3117,"score":3118},"### 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_",[3111,3112,3113],{"name":3021,"color":3022},{"name":3024,"color":3025},{"name":3027,"color":3028},3720,"feat: add toogle for useOverlay","2025-04-09T15:26:14Z","https://github.com/nuxt/ui/issues/3720",0.7407669,{"description":3120,"labels":3121,"number":3122,"owner":3030,"repository":3071,"state":3060,"title":3123,"updated_at":3124,"url":3125,"score":3126},"",[],1838,"Uneven card height in homepage modules section","2025-04-02T19:56:04Z","https://github.com/nuxt/nuxt.com/issues/1838",0.7414512,{"description":3128,"labels":3129,"number":3130,"owner":3030,"repository":3071,"state":3060,"title":3131,"updated_at":3132,"url":3133,"score":3134},"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",3136],{},["Set"],["ShallowReactive",3139],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fpr5X0NqCKwphc08Xhgk5eLa7ju2dO86pqeQyS3EgxEw":-1},"/nuxt/ui/3646"]