\n \u003C/template>\n\n \u003Ctemplate #panel>\n \u003Cdiv class=\"flex h-full content-center pt-[130px]\">\n \u003CUNavigationTree id=\"navtree\" :links=\"links\" default-open />\n \u003C/div>\n \u003C/template>\n \u003C/UHeader>\n\u003C/template>\n```\n\n### Workaround \nFor classes: split links in multiple UHeaderLinks with custom ui prop.\n\n\n\n```vue\n\u003Ctemplate #center>\n \u003Cdiv class=\"flex flex-row flex-nowrap gap-5\">\n \u003CUHeaderLinks\n :links=\"linksA\"\n :ui=\"{\n wrapper: 'hidden lg:flex flex-row flex-nowrap items-center gap-x-8',\n }\"\n />\n \u003CUHeaderLinks\n :links=\"linksB\"\n :ui=\"{\n wrapper: 'hidden lg:flex flex-row flex-nowrap items-center gap-x-8',\n inactive: 'hover:text-primary text-red-500 italic',\n default: {\n popover: {\n ui: {\n wrapper: 'text-red-500 italic',\n },\n },\n },\n }\"\n />\n \u003C/div>\n\u003C/template>\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[1984,1987,1990],{"name":1985,"color":1986},"bug","d73a4a",{"name":1988,"color":1989},"pro","5BD3CB",{"name":1991,"color":1992},"triage","ffffff",2306,"nuxt","ui","open","HeaderLinks: properties class and icon has no effects","2025-02-17T00:12:08Z","https://github.com/nuxt/ui/issues/2306",0.71957654,{"description":2002,"labels":2003,"number":2007,"owner":1994,"repository":1994,"state":1996,"title":2008,"updated_at":2009,"url":2010,"score":2011},"### Environment\n\nOperating System: MacOS Sonoma\nnuxt: 3.15.4\nnode: v20.13.0\n\n### Reproduction\n\n1. Create two routes (e.g., /page1 and /page2).\n2. On each page, perform an asynchronous request inside setup() (if using Composition API) or asyncData() / useFetch() (if using Options API). \nFor example, use await useFetch('https://jsonplaceholder.typicode.com/todos/1').\n**Or set up a Nuxt server API route at `server/api/fake.ts` that simulates a delayed response**:\n```\nexport default defineEventHandler(async (event) => {\n await new Promise((resolve) => setTimeout(resolve, 3000));\n return { message: \"Fake data successfully received\" };\n});\n```\n3. After fetching the data, execute `router.push('?size=23')` to update the query parameters.\n4. Rapidly switch between /page1 and /page2 multiple times.\n5. After some iterations, the app freezes and becomes unresponsive.\n\n**Link with example**\nhttps://codesandbox.io/p/devbox/y3rkdc\n\n\u003Cimg width=\"450\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/3c99f68f-40c5-4c28-8d69-590008365c66\" />\n\n\u003Cbr>\n\u003Cimg width=\"415\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/302bf542-4a71-41a6-8e36-5346128ea251\" />\n\nhttps://github.com/user-attachments/assets/14884d30-7c5b-4d80-8a06-bc2d8d224d4f\n\n### Describe the bug\n\nDescription of the Issue\nWhen frequently navigating between two pages in a Nuxt app, if both pages make asynchronous API requests (e.g., using await fetch(...)), and then call router.push('?size=23'), the app eventually freezes and becomes unresponsive.\n\n🔹 Expected Behavior\nThe app should handle frequent navigation and asynchronous requests without freezing.\n\n🔹 Actual Behavior\nAfter multiple page switches, the app completely freezes and stops responding to user interactions.\n\n### Additional context\n\n**Additional Information**\n\nIf router.push('?size=23') is removed, the issue does not occur, suggesting that the freeze is directly related to frequent query parameter updates.\n\n### Logs\n\n```shell-script\n\n```",[2004],{"name":2005,"color":2006},"pending triage","E99695",31036,"Nuxt freezes after frequent page navigation with async requests and router.push()","2025-02-19T13:22:18Z","https://github.com/nuxt/nuxt/issues/31036",0.7371563,{"description":2013,"labels":2014,"number":2019,"owner":1994,"repository":1995,"state":2020,"title":2021,"updated_at":2022,"url":2023,"score":2024},"### Environment\n\n- Docspage\n- nuxt/ui: v3.0.0-alpha.5 \n\n### Version\n\nv3.0.0-alpha.5 \n\n### Reproduction\n\nhttps://ui3.nuxt.dev/components/slideover\n\n### Description\n\ncompared to https://ui.nuxt.com/components/slideover the new slideover feels somehow laggy. I think its due to the early focus trap and the delay from opening and closing.\n\n### Additional context\n\nwhen closing the slideover the delay for the scrollbar is prettry big.\n\n### Logs\n\n_No response_",[2015,2016],{"name":1985,"color":1986},{"name":2017,"color":2018},"v3","49DCB8",2321,"closed","Slideover feels strange","2024-10-15T15:29:56Z","https://github.com/nuxt/ui/issues/2321",0.7030191,{"description":2026,"labels":2027,"number":2032,"owner":1994,"repository":1994,"state":2020,"title":2033,"updated_at":2034,"url":2035,"score":2036},"### Version\n\n[v1.4.0](https://github.com/nuxt/nuxt.js/releases/tag/v1.4.0)\n\n### Reproduction link\n\n[https://www.e-lens.com.br/](https://www.e-lens.com.br/)\n\n### Steps to reproduce\n\nOpen in chrome 41\n\n\n\n### What is expected ?\n\nSolution\n\n### What is actually happening?\n\nBroken in chrome 41, it's same version which google use to crawler\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c6858\">#c6858\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2028,2029],{"name":2005,"color":2006},{"name":2030,"color":2031},"2.x","d4c5f9",3199,"Broken in chrome 41","2023-01-22T15:30:04Z","https://github.com/nuxt/nuxt/issues/3199",0.7103228,{"labels":2038,"number":2041,"owner":1994,"repository":1994,"state":2020,"title":2042,"updated_at":2043,"url":2044,"score":2045},[2039,2040],{"name":2005,"color":2006},{"name":2030,"color":2031},6022,"Nuxt.js Page Unresponsive","2023-01-22T15:33:07Z","https://github.com/nuxt/nuxt/issues/6022",0.71971136,{"description":2047,"labels":2048,"number":2056,"owner":1994,"repository":1994,"state":2020,"title":2057,"updated_at":2058,"url":2059,"score":2060},"### Environment\n\nnuxt 3.2.2\n\n### Reproduction\n\nuse\n\n### Describe the bug\n\nUC browser And Google Chrome on mobile,The browser only returns static prerendering, with no functionality。\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2049,2052,2053],{"name":2050,"color":2051},"3.x","29bc7f",{"name":2005,"color":2006},{"name":2054,"color":2055},"needs reproduction","FBCA04",19658,"UC browser And Google Chrome on mobile,The browser only returns static prerendering, with no functionality","2023-05-11T09:59:26Z","https://github.com/nuxt/nuxt/issues/19658",0.72359496,{"description":2062,"labels":2063,"number":2065,"owner":1994,"repository":1994,"state":2020,"title":2066,"updated_at":2067,"url":2068,"score":2069},"### Environment\r\n\r\nhttps://nuxt.com/docs/guide/recipes/custom-routing#using-approuteroptions\r\nhttps://nuxtjs.org.cn/docs/guide/going-further/custom-routing#using-approuteroptions\r\n\r\n### Reproduction\r\n\r\nhttps://nuxt.com/docs/guide/recipes/custom-routing#using-approuteroptions\r\nhttps://nuxtjs.org.cn/docs/guide/going-further/custom-routing#using-approuteroptions\r\n\r\n### Describe the bug\r\n\r\n\r\n\r\nThe English version can be searched, but clicking on the Chinese version has no effect\r\nI hope Chinese documents can be searched for\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_\r\n```[tasklist]\r\n### Tasks\r\n```\r\n\n```[tasklist]\n### Tasks\n```\n",[2064],{"name":2005,"color":2006},28401,"Why can't the search button be clicked in the Chinese version of the document, while it can be searched in the English version","2024-11-11T02:24:15Z","https://github.com/nuxt/nuxt/issues/28401",0.72392124,{"description":2071,"labels":2072,"number":2076,"owner":1994,"repository":1994,"state":2020,"title":2077,"updated_at":2078,"url":2079,"score":2080},"### Environment\r\n\r\n 2.15.8\r\n\r\n### Reproduction\r\n\r\n2.15.8\r\n\r\n### Describe the bug\r\n\r\nIn my Nuxt js app on production server i am getting issue with safari browser both on desktop and mobile view on initial load. i am using Nuxt version 2.15.8. On initial load safari browser is giving errors and not applying search on button click and returning these errors (see log) . When refresh the page it works fine, but not on the initial load. \r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell-script\r\nSyntaxError: Unexpected identifier 'lValue'. Expected an opening '(' before a function's parameter list\r\nSyntaxError: Unexpected identifier 'y'. Expected an opening '(' before a function's parameter list.\r\n```\r\n",[2073,2074,2075],{"name":2005,"color":2006},{"name":2030,"color":2031},{"name":2054,"color":2055},22172,"On initial load safari browser is giving errors","2024-01-16T11:34:13Z","https://github.com/nuxt/nuxt/issues/22172",0.7284491,{"description":2082,"labels":2083,"number":2085,"owner":1994,"repository":1995,"state":2020,"title":2086,"updated_at":2087,"url":2088,"score":2089},"### Environment\n\n- Operating System: Linux\r\n- Node Version: v18.20.3\r\n- Nuxt Version: 3.12.2\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.6\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: devtools, modules\r\n- Runtime Modules: @nuxt/ui@2.17.0\r\n- Build Modules: -\n\n### Version\n\n2.17.0\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-starter-654usx?file=pages%2Findex.vue\n\n### Description\n\nWhen you use popover inside of another popover, the second is not fixed, it appears inside of the container\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2084],{"name":1985,"color":1986},1920,"Nested Popovers not works as expected","2025-03-28T17:32:12Z","https://github.com/nuxt/ui/issues/1920",0.7288385,{"description":2091,"labels":2092,"number":2093,"owner":1994,"repository":2094,"state":2020,"title":2095,"updated_at":2096,"url":2097,"score":2098},"### Environment\n\nwebsite\n\n### Reproduction\n\nhttps://v3.nuxtjs.org\n\n### Describe the bug\n\n...\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[],999,"nuxt.com","[Doc] Freeze opening mobile menu","2023-10-10T14:45:27Z","https://github.com/nuxt/nuxt.com/issues/999",0.73257434,["Reactive",2100],{},["Set"],["ShallowReactive",2103],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"vDG4WNgPG5jIIumm5FTNPdzO6rxgVV2XA0RNW5-FZNE":-1},"/nuxt/nuxt/26123"]