\n \u003C/div>\n \u003C/UPageColumns>\n \u003C/ULandingSection>\n \u003Ctemplate #footer>\n \u003CUUser v-bind=\"testimonial.author\" size=\"xl\" :ui=\"{ description: 'line-clamp-1' }\" />\n \u003C/template>\n \u003C/UPageCard>\n \u003C/UPageMarquee>\n```\n\nHowever, when I use marquee like this, , there are no performance issues : \n\n```\n\u003CUPageSection>\n \u003CUPageLogos marquee :title=\"page.logos.title\">\n \u003Ctemplate v-for=\"image in page.logos.images\" :key=\"image.src\">\n \u003CNuxtImg\n :src=\"image.src\"\n :alt=\"image.alt\"\n :width=\"image.width\"\n :height=\"image.height\"\n loading=\"lazy\"\n sizes=\"xs:320px sm:640px md:768px\"\n quality=\"40\"\n class=\"mb-4 sm:mb-0 sm:mr-4 mx-auto flex-shrink-0\"\n />\n \u003C/template>\n \u003C/UPageLogos>\n \u003C/UPageSection>\n```\n\nI have the impression that in one case, the animation loading is deferred, whereas in the other, it is not.",[2923,2926,2927,2930],{"name":2924,"color":2925},"bug","d73a4a",{"name":2910,"color":2911},{"name":2928,"color":2929},"pro","5BD3CB",{"name":2931,"color":2932},"triage","ffffff",3454,"PageMarquee with testimonials have performance trouble","2025-03-09T20:39:12Z","https://github.com/nuxt/ui/issues/3454",0.76683307,{"description":2939,"labels":2940,"number":2944,"owner":2913,"repository":2913,"state":2915,"title":2945,"updated_at":2946,"url":2947,"score":2948},"### Environment\n\nNuxt 3\n\n### Reproduction\n\n**Repository**: https://github.com/JovanaMatic/nuxt-scroll-issue.git\r\n\r\n**package.json:** \r\n```\r\n{\r\n \"name\": \"nuxt-app\",\r\n \"private\": true,\r\n \"type\": \"module\",\r\n \"scripts\": {\r\n \"build\": \"nuxt build\",\r\n \"dev\": \"nuxt dev\",\r\n \"generate\": \"nuxt generate\",\r\n \"preview\": \"nuxt preview\",\r\n \"postinstall\": \"nuxt prepare\"\r\n },\r\n \"dependencies\": {\r\n \"nuxt\": \"^3.12.4\",\r\n \"vue\": \"latest\"\r\n }\r\n}\r\n```\r\n**nuxt.config.js**\r\n\r\n```\r\nexport default defineNuxtConfig({\r\n compatibilityDate: '2024-04-03',\r\n devtools: { enabled: true },\r\n css: [\r\n '~/assets/global.css'\r\n ]\r\n})\r\n```\n\n### Describe the bug\n\nReporting the same issue in Nuxt 3.\r\n\r\nIn our project we have footer element with various NuxtLinks that lead to different pages when clicking on them. When navigating through the links inside footer we experience the scrolling issue. This issue is more visible on Firefox however it is also reproducible on Chrome and Safari browser. When navigating through routes Firefox is forcefully scrolling to the bottom of the page instead of the top of the page.\r\nWe noticed that when removing scroll-behavior: smooth; property from html global class, this behaviour will slightly disappear however it can still be reproduced, user can still, by clicking on links after some time, be scrolled to the bottom of the page which is not expected. When navigating to new page, user should be scrolled to the bottom of that page.\r\n\r\nBrowser versions:\r\nChrome: 126.0.6478.127\r\nFirefox: Version 127.0.2\r\nSafari: 17.5\r\n\r\nNode version: v20.12.2\r\nNuxt version: 3.12.4\n\n### Additional context\n\n**Steps to reproduce:**\r\n\r\n1. open the index page (eg. http://localhost:3000/) in Firefox\r\n\r\n2. scroll to the bottom of the index page\r\n\r\n3. click the navigation button (pointing to for example lease-end or loan-end)\r\n\r\n4. on the new route, the page does not scroll to the top as expected\n\n### Logs\n\n_No response_",[2941],{"name":2942,"color":2943},"pending triage","E99695",28227,"Not scrolling to top on navigation (Firefox, scroll-behavior: smooth)","2024-08-13T12:04:46Z","https://github.com/nuxt/nuxt/issues/28227",0.7780959,{"description":2950,"labels":2951,"number":2955,"owner":2913,"repository":2956,"state":2957,"title":2958,"updated_at":2959,"url":2960,"score":2961},"\n",[2952],{"name":2953,"color":2954},"enhancement","1ad6ff",756,"nuxt.com","closed","[Docs] Remove TOC for examples","2023-02-15T12:31:33Z","https://github.com/nuxt/nuxt.com/issues/756",0.71307474,{"description":2963,"labels":2964,"number":2965,"owner":2913,"repository":2956,"state":2957,"title":2966,"updated_at":2967,"url":2968,"score":2969},"- [x] Colors & Fonts\n- [x] Landing page (Home)\n- [x] Showcase categories/hero\n- [x] Modules categories/hero\n- [x] Blog categories/hero\n- [x] Support hero/content",[],1305,"Marketing Update","2023-07-04T10:00:31Z","https://github.com/nuxt/nuxt.com/issues/1305",0.7480324,{"description":2971,"labels":2972,"number":2974,"owner":2913,"repository":2956,"state":2957,"title":2975,"updated_at":2976,"url":2977,"score":2978},"- [x] Move Revue contacts\n- [x] Subscribe form to contact Sendgrid API",[2973],{"name":2953,"color":2954},1104,"Migrate newsletter to SendGrid","2023-01-10T15:04:54Z","https://github.com/nuxt/nuxt.com/issues/1104",0.7484635,{"description":2980,"labels":2981,"number":2985,"owner":2913,"repository":2956,"state":2957,"title":2986,"updated_at":2987,"url":2988,"score":2989},"Example: https://www.raycast.com/nhojb/brew",[2982],{"name":2983,"color":2984},"design","00bd6f",673,"[Modules] Details page","2023-09-05T08:18:34Z","https://github.com/nuxt/nuxt.com/issues/673",0.7573493,{"description":2991,"labels":2992,"number":2995,"owner":2913,"repository":2914,"state":2957,"title":2996,"updated_at":2997,"url":2998,"score":2999},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.10.0\n- Nuxt Version: 3.15.0\n- CLI Version: 3.17.2\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.15.1\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.9, @nuxt/eslint@0.7.4\n- Build Modules: -\n------------------------------\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.0-alpha.10\n\n### Reproduction\n\nRepo: https://github.com/Cyanhall/nuxt-ui-v3-demo/tree/main/demo3\n\nCode: https://github.com/Cyanhall/nuxt-ui-v3-demo/blob/main/demo3/app/components/SearchPalette.vue#L46\n\n### Description\n\nThe placeholder in UInput within UModal does not display.\n\n```vue\n\u003CUInput\n class=\"w-full mb-4\"\n size=\"sm\"\n icon=\"i-lucide-search\"\n placeholder=\"Search...\"\n>\n \u003Ctemplate #trailing>\n \u003CUKbd value=\"shift\" />\n \u003CUKbd value=\"G\" />\n \u003C/template>\n\u003C/UInput>\n```\n\u003Cimg width=\"496\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/be2e8457-b3ac-4b70-838b-2b2b7399c091\" />\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2993,2994],{"name":2924,"color":2925},{"name":2910,"color":2911},2977,"The placeholder in UInput within UModal does not display","2025-03-03T09:06:21Z","https://github.com/nuxt/ui/issues/2977",0.75851375,{"description":3001,"labels":3002,"number":3005,"owner":2913,"repository":2914,"state":2957,"title":3006,"updated_at":3007,"url":3008,"score":3009},"### Environment\n\n- Operating System: Windows_NT\n- Node Version: v22.11.0\n- Nuxt Version: 3.15.1\n- CLI Version: 3.20.0\n- Nitro Version: 2.10.4\n- Package Manager: bun@1.1.37\n- Builder: -\n- User Config: components, css, extends, modules, ui, supabase, i18n, app, mapbox, runtimeConfig, compatibilityDate\n- Runtime Modules: nuxt-mapbox@1.6.1, @nuxt/image@1.9.0, @nuxt/ui@3.0.0-alpha.10, @nuxtjs/supabase@1.4.5, @vueuse/nuxt@10.11.1, @nuxtjs/i18n@8.5.6, @vueuse/motion/nuxt@2.2.6 \n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.10\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/quizzical-wood-ntyxty\n\n### Description\n\nwhen a child item at the second level has more than three levels of nested children, the collapse button for that second-level item stops working.\n\nI'm using the following code snippet:\nIs this a known limitation of the UNavigationMenu component, or could it be a bug?\n\nI would greatly appreciate any guidance on how to resolve this issue and ensure the collapse \nTypeScript\n```\n\u003Cscript setup lang=\"ts\">\n const items = ref([\n {\n label: 'Home',\n icon: 'i-tabler-home',\n description: 'Fully styled and customizable components for Nuxt.',\n children: [\n {\n label: 'Introduction 2',\n description: 'Fully styled and customizable components for Nuxt.',\n icon: 'i-lucide-house',\n children: [\n {\n label: 'Getting Started 3',\n description: 'Learn how to get started with Reka UI.',\n icon: 'i-tabler-star',\n to: '/',\n },\n {\n label: 'Installation 3',\n description: 'Learn how to get started with Reka UI in your Nuxt project.',\n icon: 'i-lucide-house',\n to: '/',\n },\n ],\n },\n ],\n },\n ])\n\u003C/script>\n\n\u003Ctemplate>\n \u003CUNavigationMenu\n orientation=\"vertical\"\n :items=\"links\"\n color=\"neutral\"\n :ui=\"{\n link: 'group relative flex items-center gap-2 px-3 py-2 font-bold rounded-md text-md focus:outline-none focus-visible:outline-none dark:focus-visible:outline-none focus-visible:before:ring-inset focus-visible:before:ring-2 focus-visible:before:ring-primary-500 dark:focus-visible:before:ring-primary-400 before:absolute before:inset-px before:rounded-md disabled:cursor-not-allowed disabled:opacity-75',\n }\"\n />\n\u003C/template>\n\n```\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3003,3004],{"name":2924,"color":2925},{"name":2910,"color":2911},3069,"UNavigationMenu I'm facing an issue with the collapse functionality of my nested navigation menu.","2025-01-25T12:56:13Z","https://github.com/nuxt/ui/issues/3069",0.7673284,{"description":3011,"labels":3012,"number":3015,"owner":2913,"repository":2914,"state":2957,"title":3016,"updated_at":3017,"url":3018,"score":3019},"### Description\n\nSometimes is necessary to disable a component based in error validations, it would be useful to have the errors object in the default slot.\r\n\r\nThanks.\n\n### Additional context\n\n_No response_",[3013],{"name":2953,"color":3014},"a2eeef",2155,"`UForm` errors","2024-09-12T09:14:33Z","https://github.com/nuxt/ui/issues/2155",0.7690563,["Reactive",3021],{},["Set"],["ShallowReactive",3024],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fKr6gaVnck4RGRwcC6Z_N5lLB2rzBewViAVK3pKw3tkI":-1},"/nuxt/nuxt.com/683"]