\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```",[2031,2032],{"name":2002,"color":2003},{"name":2006,"color":2007},2713,"UInput Component Lacks Proper Handling of compositionstart and compositionend","2024-11-21T06:40:46Z","https://github.com/nuxt/ui/issues/2713",0.77018917,{"description":2039,"labels":2040,"number":2044,"owner":1991,"repository":2045,"state":2046,"title":2047,"updated_at":2048,"url":2049,"score":2050},"````\r\nimport * as _testing_library_vue from '@testing-library/vue';\r\nimport { RenderOptions as RenderOptions$1 } from '@testing-library/vue';\r\n````\r\n\r\nis being inlined in `vitest-environment-nuxt/dist/utils`, forcing the user to install `@testing-library/vue` if they use any utils provided by `vitest-environment-nuxt` even if they don't use `renderSuspended()`",[2041],{"name":2042,"color":2043},"vitest-environment","b60205",521,"test-utils","closed","`@testing-render/vue` is needed when using a util","2023-12-02T00:17:10Z","https://github.com/nuxt/test-utils/issues/521",0.4445787,{"description":2052,"labels":2053,"number":2056,"owner":1991,"repository":2023,"state":2046,"title":2057,"updated_at":2058,"url":2059,"score":2060},"",[2054],{"name":2002,"color":2055},"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.636283,{"description":2062,"labels":2063,"number":2064,"owner":1991,"repository":2023,"state":2046,"title":2065,"updated_at":2066,"url":2067,"score":2068},"### 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.7256707,{"description":2070,"labels":2071,"number":2073,"owner":1991,"repository":1992,"state":2046,"title":2074,"updated_at":2075,"url":2076,"score":2077},"### 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_",[2072],{"name":1985,"color":1986},3101,"[Feature request] animation on change for carousel","2025-01-25T13:14:24Z","https://github.com/nuxt/ui/issues/3101",0.74059534,{"description":2079,"labels":2080,"number":2092,"owner":1991,"repository":1991,"state":2046,"title":2093,"updated_at":2094,"url":2095,"score":2096},"### 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_",[2081,2083,2086,2089],{"name":1985,"color":2082},"8DEF37",{"name":2084,"color":2085},"discussion","538de2",{"name":2087,"color":2088},"3.x","29bc7f",{"name":2090,"color":2091},"🍰 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.7523843,{"description":2098,"labels":2099,"number":2100,"owner":1991,"repository":2045,"state":2046,"title":2101,"updated_at":2102,"url":2103,"score":2104},"in [module testing docs](https://test-utils.nuxtjs.org/api-reference/module-testing) page It only shows the following options:\r\n- `addPlugin`\r\n- `addLayout` \r\n- `addErrorLayout`\r\n- `addServerMiddleware` \r\n- `requireModule`\r\n\r\nBut the `addModule` option is not documented although it can be used!",[],449,"Module testing page is missing the \"addModule\" option","2023-12-02T00:13:11Z","https://github.com/nuxt/test-utils/issues/449",0.7574124,["Reactive",2106],{},["Set"],["ShallowReactive",2109],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"itGjHpsUQvO9wce-3o2lq8acoaF-Vv8qXTXbR1Zows4":-1},"/nuxt/nuxt.com/521"]