\n\nirst li is incorrectly forced to vertical.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3065,3066,3067,3070],{"name":3020,"color":3021},{"name":3023,"color":3024},{"name":3068,"color":3069},"pro","5BD3CB",{"name":3026,"color":3027},3485,"For the PageList component, the first child is correctly converted to a li, the remaining ones are still divs and haven't been converted. Also, the data-orientation value of the first li is incorrectly forced to vertical.","2025-03-08T16:32:27Z","https://github.com/nuxt/ui/issues/3485",0.67459947,{"description":3077,"labels":3078,"number":3081,"owner":3029,"repository":3029,"state":3043,"title":3082,"updated_at":3083,"url":3084,"score":3085},"### Environment\r\n```\r\n- Operating System: Darwin\r\n- Node Version: v20.11.0\r\n- Nuxt Version: 3.10.1\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: bun@1.0.22\r\n- Builder: -\r\n- User Config: devtools, typescript, modules, ssr, app, build, postcss, vite, nitro, supabase, primevue, headlessui, piniaPersistedstate, security, routeRules, runtimeConfig\r\n- Runtime Modules: @nuxtjs/supabase@1.1.6, @nuxtjs/tailwindcss@6.11.3, nuxt-icon@0.6.8, nuxt-typed-router@3.5.1, nuxt-security@1.1.0, @vueuse/nuxt@10.7.2, @pinia/nuxt@0.5.1, @pinia-plugin-persistedstate/nuxt@1.2.0\r\n- Build Modules: -\r\n```\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-41grgd?file=nuxt.config.ts,app.vue,layouts%2Fdefault.vue\r\n\r\n### Describe the bug\r\n\r\n1. go to the second page (works fine)\r\n2. go to the 1st page again \r\n3. notice how the page content loads before the layout has loaded\r\n\r\nI added a transition and you can see how the transition runs **after** the other page loaded. Even thought, that other page should never appear together at the same time with other Layout\r\n\r\nin the repro I added an `await timeout` to introduce the bug. In my actual case, there is no timeout and i'm not 100% sure why it's happening yet. But clearly, I expect Nuxt to load the layout first and then its slot content (the page)\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[3079,3080],{"name":3052,"color":3053},{"name":3055,"color":3056},25695,"Page renders before layout change is done","2024-03-18T07:03:19Z","https://github.com/nuxt/nuxt/issues/25695",0.67644334,{"description":3087,"labels":3088,"number":3090,"owner":3029,"repository":3029,"state":3043,"title":3091,"updated_at":3092,"url":3093,"score":3094},"So a bit of an odd-ball one here, and not sure the title is perfectly correct. I've set up a bare-bones sample repo that is showing this issue as well as put it up on Netlify.\r\n\r\nElement-UI is a UI toolkit for Vue 2, and I'm seeing some very odd behaviour when using within a Nuxtjs project. I think it's Nuxtjs specific issue (used components within other apps fine) but if you think otherwise I'll also open a ticket over in their repo too!\r\n\r\nThe GIF show's it best, but as you can see when I open the date picker, the `head` goes through a number of weird changes (`title` changes, `meta` tags disappear) and never resets itself. Are they doing something weird or is Nuxtjs not handling the DOM changes they do?\r\n\r\n[GIF recording](https://cl.ly/kJau)\r\n[Sample repo](https://github.com/mikhailbot/elementui-test)\r\n[Sample website](https://janitor-rose-25820.netlify.com)\r\n\r\nNuxtjs: 0.10.6 (latest from `vue init nuxt/starter`)\r\nNode: 6.10.2/7.10.0\r\nElementUI: 1.2.9\r\nBrowser/OS: MacOS 10.11+ on Chrome 56+ and Safari 10, Windows 10 on Chrome 56+, Mobile Safari on iOS 10.3\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c573\">#c573\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3089],{"name":3040,"color":3041},664,"ElementUI Vue Components Rendering Issues","2023-01-18T15:39:39Z","https://github.com/nuxt/nuxt/issues/664",0.6770824,{"labels":3096,"number":3101,"owner":3029,"repository":3029,"state":3043,"title":3102,"updated_at":3103,"url":3104,"score":3105},[3097,3099,3100],{"name":3098,"color":3027},"stale",{"name":3055,"color":3056},{"name":3040,"color":3041},10196,"Empty (css) files when build causing safari to not render page","2023-01-22T15:45:12Z","https://github.com/nuxt/nuxt/issues/10196",0.67909294,{"labels":3107,"number":3111,"owner":3029,"repository":3029,"state":3043,"title":3112,"updated_at":3103,"url":3113,"score":3114},[3108,3109,3110],{"name":3098,"color":3027},{"name":3055,"color":3056},{"name":3040,"color":3041},10165,"Nuxt is removing universal selectors from css","https://github.com/nuxt/nuxt/issues/10165",0.6805701,{"description":3116,"labels":3117,"number":3121,"owner":3029,"repository":3030,"state":3043,"title":3122,"updated_at":3123,"url":3124,"score":3125},"### Environment\n\n- Nuxt version: `v.3.2.0`\n- Vue version: `v3.5.17`\n\n### Is this bug related to Nuxt or Vue?\n\nVue\n\n### Version\n\nv3.2.0\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/thirsty-snow-722czt?file=%2Fsrc%2FApp.vue&workspaceId=ws_An7GtePWxuFz84S5Ko1Dey\n\n### Description\n\n## Vue 3 + NuxtUI Pro: Components Not Working After Page Reload\n\nHello,\n\nI am using Vue 3 together with NuxtUI Pro during development. I have been trying to solve this issue for 2 days but unfortunately, I still haven’t found a solution.\n\n**Problem Summary:** \nWhen I modify the code on the page, everything works correctly with *hot module replacement* (HMR). However, when I fully reload the page (`F5`), the components do not render or work as expected.\n\nHere is the relevant template code:\n\n```vue\n\u003Ctemplate>\n \u003CUApp>\n \u003CUDashboardGroup>\n \u003CUDashboardSidebar \n collapsible\n resizable \n >\n \u003C/UDashboardSidebar>\n \n \u003CUDashboardPanel>\n \n \u003Ctemplate #header>\n \u003CUDashboardNavbar title=\"RİDES\" icon=\"i-lucide-house\">\n \u003Ctemplate #leading>\n \u003CUDashboardSidebarCollapse variant=\"subtle\" />\n \u003C/template>\n \u003C/UDashboardNavbar>\n \u003C/template>\n \n \u003Ctemplate #body>\n \u003CRouterView />\n \u003C/template>\n \n \u003C/UDashboardPanel>\n \u003C/UDashboardGroup>\n \u003C/UApp>\n\u003C/template>",[3118,3119,3120],{"name":3020,"color":3021},{"name":3023,"color":3024},{"name":3026,"color":3027},4487,"Sidebar not collapsed after page reload [with Vite + Vue3 + Nuxtui Pro Development mode]","2025-07-08T12:17:31Z","https://github.com/nuxt/ui/issues/4487",0.68062884,{"labels":3127,"number":3130,"owner":3029,"repository":3029,"state":3043,"title":3131,"updated_at":3132,"url":3133,"score":3134},[3128,3129],{"name":3055,"color":3056},{"name":3040,"color":3041},9463,"Items inside `transition-group` component are not seen in Production","2023-01-22T15:44:58Z","https://github.com/nuxt/nuxt/issues/9463",0.6828609,["Reactive",3136],{},["Set"],["ShallowReactive",3139],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fbeRH1_Vg7I0FgVtUvG9VsbpPwOkHuiC8oUHYI82H77o":-1},"/nuxt/ui/4026"]