\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.",[3065,3066,3067,3070],{"name":3021,"color":3022},{"name":3039,"color":3040},{"name":3068,"color":3069},"pro","5BD3CB",{"name":3042,"color":3043},3454,"PageMarquee with testimonials have performance trouble","2025-03-09T20:39:12Z","https://github.com/nuxt/ui/issues/3454",0.778296,{"description":3077,"labels":3078,"number":3082,"owner":3027,"repository":3083,"state":3084,"title":3085,"updated_at":3086,"url":3087,"score":3088},"Need to investigate",[3079],{"name":3080,"color":3081},"dev","018415",1057,"nuxt.com","closed","[Dev] Need to restart server to display changes","2023-06-06T12:14:32Z","https://github.com/nuxt/nuxt.com/issues/1057",0.654552,{"description":3090,"labels":3091,"number":3026,"owner":3027,"repository":3083,"state":3084,"title":3094,"updated_at":3095,"url":3096,"score":3033},"",[3092],{"name":3021,"color":3093},"ff281a","[footer] fix footer in responsive","2022-12-07T06:20:08Z","https://github.com/nuxt/nuxt.com/issues/989",{"description":3098,"labels":3099,"number":3104,"owner":3027,"repository":3083,"state":3084,"title":3105,"updated_at":3106,"url":3107,"score":3108},"I cannot close an event on mobile, cannot click on the background and where is the close button?\n\nhttps://user-images.githubusercontent.com/904724/180490491-67f8af29-2262-4a85-a008-9b14d11fed7b.MOV",[3100,3101],{"name":3021,"color":3093},{"name":3102,"color":3103},"responsive","1cd1c6",817,"[Resources] Live events responsive issues","2023-02-15T12:31:00Z","https://github.com/nuxt/nuxt.com/issues/817",0.73748994,{"description":3110,"labels":3111,"number":3115,"owner":3027,"repository":3045,"state":3084,"title":3116,"updated_at":3117,"url":3118,"score":3119},"### Environment\n\n- Operating System: Windows 10 \n- Node Version: v22.10.0 \n- Nuxt Version: 3.16.0 \n- CLI Version: 3.22.5 \n- Nitro Version: 2.11.5 \n- Package Manager: pnpm@9.15.7 \n- Builder: -\n- User Config: compatibilityDate, devtools, modules, css, meta, ssr, runtimeConfig, ui \n- Runtime Modules: @nuxt/ui@3.0.0-beta.3, @nuxt/icon@1.10.3, @nuxt/fonts@0.11.0, @vueuse/nuxt@12.8.2\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nNuxt UI 3.0\n\n### Reproduction\n\n```\n\u003Ctemplate>\n\u003CUInput\n v-model=\"translation\"\n ref=\"translationField\" \n />\n\u003C/template>\n\n\u003Cscript setup>\nconst translationField = ref(null)\n\nfunction nextCard() {\n translationField.value.focus() // throws: 'focus is not a function'\n \n nextTick(() => {\n translationField.value.focus() // same error\n })\n\n // below works ok\n nextTick(() => {\n const input = translationField.value?.$el?.querySelector('input')\n if (input) {\n input.focus()\n }\n })\n}\n\u003C/script>\n```\n\n\n### Description\nStandard Vue method of using template ref (for setting a focus, here) throws: 'focus() is not a function'\nIn the above code snippet I included workaround (credits to Sonnet 3.5)\nTried it dozen of times and checked this place to see if it has not been solved earlier.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3112,3113,3114],{"name":3021,"color":3022},{"name":3039,"color":3040},{"name":3042,"color":3043},3644,"\u003CUInput> template ref does not work","2025-03-21T13:14:18Z","https://github.com/nuxt/ui/issues/3644",0.743948,{"description":3121,"labels":3122,"number":3123,"owner":3027,"repository":3083,"state":3084,"title":3124,"updated_at":3125,"url":3126,"score":3127},"# Issue\nInitial browsing to `http://localhost:3000` in **dev mode** will get error page:\n\n\n\n# Dev Environment\n- OS: **Windows 10 x64**\n- Browser: **Microsoft Edge**\n- nodejs: **v20.18.2**\n- pnpm: **9.15.4**\n\n\n\n# Repro\n1. Follow setup instructions of `README.md`\n2. Execute `pnpm dev`\n\n\n\n3. Open browser on `http://localhost:3000/` will come up with server error log and according browser view:\n\n\n\n\n\n# Fix / Analysis\n**Update by 10-Feb-2025:**\nA dependency upgrade to Nuxt 3.15.4 will resolve that issue. It looks that the root cause has been fixed by this [Nuxt PR](https://github.com/nuxt/nuxt/pull/30802).\nPR #1784 resolves this issue.",[],1783,"500 error on landing page route \"/\" in dev mode caused by emojilib","2025-03-21T19:06:05Z","https://github.com/nuxt/nuxt.com/issues/1783",0.757271,{"description":3129,"labels":3130,"number":3133,"owner":3027,"repository":3045,"state":3084,"title":3134,"updated_at":3135,"url":3136,"score":3137},"### Description\n\nhow to run vitest with `nuxt/ui` components?\n\nexample repo: https://github.com/OrbisK/nuxt-ui-vue-starter/tree/test/repoduction\n\n1. `pnpm i`\n2. `pnpm test`\n3. `TypeError: Package import specifier \"#imports\" is not defined in package /var/www/html/node_modules/@nuxt/ui/package.json imported from /var/www/html/node_modules/@nuxt/ui/dist/runtime/plugins/colors.js`\n\n```ts\nimport App from './App.vue'\nimport {mount} from '@vue/test-utils'\nimport ui from '@nuxt/ui/vue-plugin'\n\nit(\"should render button\", ()=>{\n const wrapper = mount(App, {\n global: {\n plugins: [ui]\n }\n })\n})\n```",[3131,3132],{"name":3054,"color":3055},{"name":3039,"color":3040},3814,"nuxt/ui with vitest `Package import specifier \"#imports\" is not defined`","2025-04-07T08:00:21Z","https://github.com/nuxt/ui/issues/3814",0.7578071,["Reactive",3139],{},["Set"],["ShallowReactive",3142],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fxK03LdVAQwIAdeVFQdVI6tB8Cr6Ipfv8Sc7qhhbBvBc":-1},"/nuxt/ui/933"]