\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.",[2015,2016,2017,2020],{"name":2002,"color":2003},{"name":1988,"color":1989},{"name":2018,"color":2019},"pro","5BD3CB",{"name":2005,"color":2006},3454,"PageMarquee with testimonials have performance trouble","2025-03-09T20:39:12Z","https://github.com/nuxt/ui/issues/3454",0.76899844,{"description":2027,"labels":2028,"number":2038,"owner":1991,"repository":1991,"state":1993,"title":2039,"updated_at":2040,"url":2041,"score":2042},"### Describe the feature\n\nIt would be nice if you could show something like an animated image when reloading the code like Next js does. \r\n\r\nUnfortunately, the device from which you'd be working on is the one that gets its view refreshed and not the other devices like Next js. Please add these features. \n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2029,2032,2035],{"name":2030,"color":2031},"enhancement","8DEF37",{"name":2033,"color":2034},"dx","C39D69",{"name":2036,"color":2037},"🍰 p2-nice-to-have","0E8A16",21422,"HMR Spinner & Devices ","2024-06-30T11:08:38Z","https://github.com/nuxt/nuxt/issues/21422",0.7859067,{"description":2044,"labels":2045,"number":2050,"owner":1991,"repository":1992,"state":1993,"title":2051,"updated_at":2052,"url":2053,"score":2054},"### Description\n\nThe PinInput component expects the v-model to be a string array. However, when the type is set to number, I think it should support an array of numbers as values too.\n\n### Additional context\n\n_No response_",[2046,2048,2049],{"name":2030,"color":2047},"a2eeef",{"name":1988,"color":1989},{"name":2005,"color":2006},3751,"PinInput: v-model support Number-Array on type=number","2025-03-31T10:31:31Z","https://github.com/nuxt/ui/issues/3751",0.7887122,{"description":2056,"labels":2057,"number":2058,"owner":1991,"repository":1992,"state":1993,"title":2059,"updated_at":2060,"url":2061,"score":2062},"Currently, portal components (modals, popovers, etc.) are directly attached to the root of the body. It would be beneficial to allow specifying their destination within the configuration .This would provide greater control over rendering order and potential styling conflicts, especially in complex applications with open shadow Dom. \n\nFor instance, a developer might want to render a modal within a specific container to inherit styles or avoid interference with other elements on the page (I currently using Nuxt ui as a web component withing WordPress). \n\nThe proposed configuration option could be a CSS selector string, allowing for flexible targeting of any existing element in the DOM defaulting to 'body'. ",[],3687,"Allow specify portal destination for all portaled components","2025-03-26T06:11:46Z","https://github.com/nuxt/ui/issues/3687",0.7916168,{"description":2064,"labels":2065,"number":43,"owner":1991,"repository":2068,"state":2069,"title":2070,"updated_at":2071,"url":2072,"score":2073},"\n",[2066],{"name":2030,"color":2067},"1ad6ff","nuxt.com","closed","[Docs] Remove TOC for examples","2023-02-15T12:31:33Z","https://github.com/nuxt/nuxt.com/issues/756",0.7086293,{"description":2075,"labels":2076,"number":2080,"owner":1991,"repository":2068,"state":2069,"title":2081,"updated_at":2082,"url":2083,"score":2084},"Example: https://www.raycast.com/nhojb/brew",[2077],{"name":2078,"color":2079},"design","00bd6f",673,"[Modules] Details page","2023-09-05T08:18:34Z","https://github.com/nuxt/nuxt.com/issues/673",0.75001,{"description":2086,"labels":2087,"number":2089,"owner":1991,"repository":2068,"state":2069,"title":2090,"updated_at":2091,"url":2092,"score":2093},"- [x] Move Revue contacts\n- [x] Subscribe form to contact Sendgrid API",[2088],{"name":2030,"color":2067},1104,"Migrate newsletter to SendGrid","2023-01-10T15:04:54Z","https://github.com/nuxt/nuxt.com/issues/1104",0.7503964,{"description":2095,"labels":2096,"number":2099,"owner":1991,"repository":1992,"state":2069,"title":2100,"updated_at":2101,"url":2102,"score":2103},"### 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```",[2097,2098],{"name":2002,"color":2003},{"name":1988,"color":1989},2977,"The placeholder in UInput within UModal does not display","2025-03-03T09:06:21Z","https://github.com/nuxt/ui/issues/2977",0.75998956,["Reactive",2105],{},["Set"],["ShallowReactive",2108],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"Kr6gaVnck4RGRwcC6Z_N5lLB2rzBewViAVK3pKw3tkI":-1},"/nuxt/nuxt.com/683"]