\n\u003C/template>\n\n\u003Cscript setup>\n\tconst keyword = ref('');\n\n\twatchEffect(() => {\n\t\tconsole.log('🚀 ~ watchEffect ~ keyword.value:', keyword.value);\n\t});\n\u003C/script>\n```\n\n\n\n```vue\n\u003Ctemplate>\n\t\u003CUInput v-model=\"keyword\" />\n\u003C/template>\n\n\u003Cscript setup>\n\tconst keyword = ref('');\n\n\twatchEffect(() => {\n\t\tconsole.log('🚀 ~ watchEffect ~ keyword.value:', keyword.value);\n\t});\n\u003C/script>\n```\n\n### Logs\n\n```shell-script\n\n```",[2865,2868],{"name":2866,"color":2867},"bug","d73a4a",{"name":2869,"color":2870},"triage","ffffff",2713,"nuxt","ui","open","UInput Component Lacks Proper Handling of compositionstart and compositionend","2024-11-21T06:40:46Z","https://github.com/nuxt/ui/issues/2713",0.75196207,{"description":2880,"labels":2881,"number":2885,"owner":2872,"repository":2886,"state":2874,"title":2887,"updated_at":2888,"url":2889,"score":2890},"Hey 👋 \r\n\r\nI think we could lazy-load quite some components that appear below the fold, e.g. everything on the landing page below the logos (https://github.com/nuxt/nuxt.com/blob/v2/pages/index.vue#L64-L115). This might also apply to other pages.",[2882],{"name":2883,"color":2884},"performance","5E19B6",1370,"nuxt.com","Lazy-loading for below-the-fold components","2023-10-18T13:26:47Z","https://github.com/nuxt/nuxt.com/issues/1370",0.769036,{"description":2892,"labels":2893,"number":2897,"owner":2872,"repository":2886,"state":2898,"title":2899,"updated_at":2900,"url":2901,"score":2902},"- [ ] Transition is missing on card hover\n",[2894],{"name":2895,"color":2896},"enhancement","1ad6ff",521,"closed","[Resources] Showcases UI improvements","2022-06-14T10:45:54Z","https://github.com/nuxt/nuxt.com/issues/521",0.45374718,{"description":2904,"labels":2905,"number":2908,"owner":2872,"repository":2886,"state":2898,"title":2909,"updated_at":2910,"url":2911,"score":2912},"",[2906],{"name":2866,"color":2907},"ff281a",411,"When first going to a project, the `default_branch` is not selected but instead the first element in array","2023-02-15T12:32:16Z","https://github.com/nuxt/nuxt.com/issues/411",0.631419,{"description":2914,"labels":2915,"number":2916,"owner":2872,"repository":2886,"state":2898,"title":2917,"updated_at":2918,"url":2919,"score":2920},"### Environment\r\n\r\nN/A\r\n\r\n### Reproduction\r\n\r\nN/A\r\n\r\n### Describe the bug\r\n\r\nGoing to https://nuxt.com/modules/tailwindcss resulted in this:\r\n\r\n\u003Cimg width=\"573\" alt=\"image\" src=\"https://github.com/nuxt/nuxt/assets/26592486/c1018a94-852c-46f2-ae1b-2c42f83028e4\">\r\n\r\n**ID as Text**: `cle1::k9s6r-1697123779540-48474018b10e`\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[],1368,"nuxt.com 504: GATEWAY_TIMEOUT","2023-10-18T11:04:15Z","https://github.com/nuxt/nuxt.com/issues/1368",0.72427493,{"description":2922,"labels":2923,"number":2926,"owner":2872,"repository":2873,"state":2898,"title":2927,"updated_at":2928,"url":2929,"score":2930},"### Description\n\nI would like the ability to add / enable animations like slide / fade when the carousel changes the current page.\n\nI noticed from the repo links refering to https://www.embla-carousel.com/plugins. This present some animations like sliding https://www.embla-carousel.com/plugins/autoplay or fading https://www.embla-carousel.com/plugins/fade.\n\nI tried the prop `fade` whith `\u003CUCarousel />` but didn't see the effect.\n\nThank you.\n\n### Additional context\n\n_No response_",[2924],{"name":2895,"color":2925},"a2eeef",3101,"[Feature request] animation on change for carousel","2025-01-25T13:14:24Z","https://github.com/nuxt/ui/issues/3101",0.75230604,{"description":2932,"labels":2933,"number":2935,"owner":2872,"repository":2886,"state":2898,"title":2936,"updated_at":2937,"url":2938,"score":2939},"The Roadmap table (and probably the table component in general) might need some improvements for small screens.\r\n\r\n\r\n\r\n\r\nReported by @AndreyYolkin on [Discord](https://discord.com/channels/473401852243869706/473407466630152201/1164224885170647050)",[2934],{"name":2895,"color":2896},1374,"Improve roadmap table on mobile","2023-12-08T16:15:30Z","https://github.com/nuxt/nuxt.com/issues/1374",0.7614922,{"description":2941,"labels":2942,"number":2954,"owner":2872,"repository":2872,"state":2898,"title":2955,"updated_at":2956,"url":2957,"score":2958},"### Environment\n\n```\r\n------------------------------\r\n- Operating System: `Darwin`\r\n- Node Version: `v18.12.1`\r\n- Nuxt Version: `3.2.2`\r\n- Nitro Version: `2.2.2`\r\n- Package Manager: `pnpm@7.27.1`\r\n- Builder: `vite`\r\n- User Config: `ssr`, `app`, `modules`, `typescript`, `runtimeConfig`, `imports`, `vite`, `i18n`, `tailwindcss`\r\n- Runtime Modules: `@nuxtjs/i18n@8.0.0-beta.10`, `@nuxtjs/tailwindcss@6.4.0`, `@pinia/nuxt@0.4.6`, `@vueuse/nuxt@9.12.0`\r\n- Build Modules: `-`\r\n------------------------------\r\n```\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-qs4kbe\r\n\n\n### Describe the bug\n\n1. Click a list item in `/items`\r\n2. After navigation, click \"Back to items\" before async call is done\r\n3. Observe console\r\n\r\nI would expect the execution of asyncData to be cancelled if I navigate away from the route.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2943,2945,2948,2951],{"name":2895,"color":2944},"8DEF37",{"name":2946,"color":2947},"discussion","538de2",{"name":2949,"color":2950},"3.x","29bc7f",{"name":2952,"color":2953},"🍰 p2-nice-to-have","0E8A16",19277,"cancel pending `useAsyncData` requests on navigation","2023-02-27T15:10:55Z","https://github.com/nuxt/nuxt/issues/19277",0.76225555,{"labels":2960,"number":2963,"owner":2872,"repository":2872,"state":2898,"title":2964,"updated_at":2965,"url":2966,"score":2967},[2961,2962],{"name":2949,"color":2950},{"name":2866,"color":2867},11874,"useMeta calls `onBeforeUnmount` outside of component instance","2023-01-19T15:53:16Z","https://github.com/nuxt/nuxt/issues/11874",0.76237947,{"description":2969,"labels":2970,"number":2975,"owner":2872,"repository":2873,"state":2898,"title":2976,"updated_at":2977,"url":2978,"score":2979},"### Environment\n\n```\n------------------------------\n- Operating System: Darwin\n- Node Version: v22.11.0\n- Nuxt Version: 3.15.4\n- CLI Version: 3.21.1\n- Nitro Version: 2.10.4\n- Package Manager: bun@1.2.2\n- Builder: -\n- User Config: future, compatibilityDate, modules, css, experimental, runtimeConfig, routeRules, i18n, icon\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.12, @nuxt/image@1.9.0, @nuxtjs/i18n@9.2.0, @vueuse/nuxt@12.5.0\n- Build Modules: -\n------------------------------\n```\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3, latest commit\n\n### Reproduction\n\nhttps://ui3.nuxt.dev/components/navigation-menu\n\n### Description\n\nThe items (`\u003Cli>`) of NavigationMenu have unnecessary padding top and bottom.\n\nIs:\n\u003Cimg width=\"691\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/cdb9a3e5-3429-4883-aa4a-c8e7859356f0\" />\n\nShould:\n\u003Cimg width=\"694\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/155b8a32-2e58-44b0-becf-7646c39e40f7\" />\n\nOtherwise this leads to unexpected whitespaces. E.g. the following has class `mt-0` but still shows a significant margin:\n\u003Cimg width=\"316\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/af76a978-85cd-4ed4-9269-8dfca3c9686d\" />\n\n### Additional context\n\nTabs doesnt have this:\n\u003Cimg width=\"1040\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/f5849972-7c7b-421a-9f9c-03d0a73f5572\" />",[2971,2972],{"name":2866,"color":2867},{"name":2973,"color":2974},"v3","49DCB8",3328,"NavigationMenu container is too high, creates whitespace","2025-03-28T17:38:47Z","https://github.com/nuxt/ui/issues/3328",0.762997,["Reactive",2981],{},["Set"],["ShallowReactive",2984],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fEjmpK-O8S6Mdlrke56-HnYatU1kM6RvolDyJ21CMf0s":-1},"/nuxt/test-utils/521"]