\n \u003C/UCarousel>\n\u003C/template>\n\n### Description\n\nSimulate the behavior of https://m3.material.io/components/carousel/overview, Carousel will repeatedly calculate is-snapped in an infinite loop\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2884,2887,2888],{"name":2885,"color":2886},"bug","d73a4a",{"name":2871,"color":2872},{"name":2889,"color":2890},"triage","ffffff",3883,"[Carousel] Unable to differentiate item sizes","2025-04-14T08:19:21Z","https://github.com/nuxt/ui/issues/3883",0.77111685,{"description":2897,"labels":2898,"number":2903,"owner":2874,"repository":2904,"state":2876,"title":2905,"updated_at":2906,"url":2907,"score":2908},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.16.0\n- Nuxt Version: 3.13.2\n- CLI Version: 3.15.0\n- Nitro Version: 2.9.7\n- Package Manager: pnpm@9.12.1\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/test-utils/module@3.14.4\n- Build Modules: -\n\n\n### Reproduction\n\nCreate a new Nuxt projet, install test suite following [this link](https://nuxt.com/docs/getting-started/testing)\nCreate a simple test and run pnpm dev. \n\nOpen devtools and run the tests\n\n\n### Describe the bug\n\nTests run from the devtools or the Vitest UI url on `pnpm dev` are broken with `TypeError: Cannot read properties of undefined (reading 'vueApp')\n`\n\n\n\nHowever, running `vitest --ui `manually is working\n\n\n\n### Additional context\n\nThis happens even with the most basic vitest config file and nuxt config\n```typescript\nimport { fileURLToPath } from 'node:url'\nimport { defineVitestConfig } from '@nuxt/test-utils/config'\n\nexport default defineVitestConfig({\n test: {\n environment: 'nuxt',\n },\n})\n\n``` \n\n```typescript\n// https://nuxt.com/docs/api/configuration/nuxt-config\nexport default defineNuxtConfig({\n compatibilityDate: '2024-04-03',\n devtools: { enabled: true },\n modules: [\n '@nuxt/test-utils/module'\n ]\n})\n\n``` \n\nSpec file: \n```typescript\nimport { it } from 'vitest'\nimport { mountSuspended } from '@nuxt/test-utils/runtime'\nimport App from '../app.vue'\n\nit('can mount some component', async () => {\n await mountSuspended(App)\n})\n\n``` \n\nSince test are working by running `vitest --ui` it isn't blocking but it kinda defeat the whole purpose of using `@nuxt/test-utils/module`, which seemed very convenient\n\n### Logs\n\n_No response_",[2899,2900],{"name":2885,"color":2886},{"name":2901,"color":2902},"good first issue","7057ff",989,"test-utils","Testing in devtools fails","2025-02-11T15:10:14Z","https://github.com/nuxt/test-utils/issues/989",0.77868044,{"description":2910,"labels":2911,"number":2916,"owner":2874,"repository":2875,"state":2917,"title":2918,"updated_at":2919,"url":2920,"score":2921},"### Description\n\nWhy `UAccordion` item label's use an `h3` ?\nThis is painful because that break our html semantic + it use our common style.\n\nSo for the moment I will use `UCollapsible`.",[2912,2915],{"name":2913,"color":2914},"question","d876e3",{"name":2871,"color":2872},3963,"closed","Accordion item label's set as H3","2025-04-23T14:12:16Z","https://github.com/nuxt/ui/issues/3963",0.68757147,{"description":2923,"labels":2924,"number":2927,"owner":2874,"repository":2928,"state":2917,"title":2929,"updated_at":2930,"url":2931,"score":2932},"- [ ] Missing spaces for tablet sizes\n\n- [ ] Responsive lg: fix searchbar \n\n\n\n\n\n\n",[2925],{"name":2885,"color":2926},"ff281a",1054,"nuxt.com","[Responsive] Tablet layout","2023-02-15T12:31:05Z","https://github.com/nuxt/nuxt.com/issues/1054",0.70966285,{"description":2934,"labels":2935,"number":2940,"owner":2874,"repository":2875,"state":2917,"title":2941,"updated_at":2942,"url":2943,"score":2944},"### Description\n\nWould be helpful to have code and examples on the taost page for the toaster wrapper. Like UI slots etc.\n\n### Additional context\n\n_No response_",[2936,2939],{"name":2937,"color":2938},"documentation","0075ca",{"name":2871,"color":2872},2937,"Toaster documentation missing","2024-12-20T10:54:43Z","https://github.com/nuxt/ui/issues/2937",0.728102,{"description":2946,"labels":2947,"number":2949,"owner":2874,"repository":2875,"state":2917,"title":2950,"updated_at":2951,"url":2952,"score":2953},"I am trying to create breadcrumbs that dynamically reflect route parameters in Nuxt, specifically for routes with dynamic segments. For example, when editing a user at the route `/users/:userId/edit`, the breadcrumbs should look like this: `Users > :userId > Edit`.\n\nI understand that I can use overrides with `useBreadcrumbItems()` to manually define the breadcrumb structure, but the challenge arises when different routes require different overrides. Since `useBreadcrumbItems()` can only be used at the top level of the `setup` function, I am unable to recreate or modify the breadcrumb items based on route changes. This results in errors when trying to update the breadcrumbs dynamically as the route changes.\n\nIs there a recommended way to handle this scenario where breadcrumbs need to be updated dynamically based on route parameters?",[2948],{"name":2913,"color":2914},2305,"Unable to Dynamically Generate Dynamic Breadcrumbs","2024-10-04T07:52:07Z","https://github.com/nuxt/ui/issues/2305",0.742762,{"description":2955,"labels":2956,"number":2958,"owner":2874,"repository":2875,"state":2917,"title":2959,"updated_at":2960,"url":2961,"score":2962},"### Description\n\nWhat do you think about the feature that allows you to sort a list?\r\nI was thinking of drag&drop and the manual moving of line +1, -1, to start, to end.\n\n### Additional context\n\n_No response_",[2957],{"name":2868,"color":2869},933,"[UTable] sortable rows via drag&drop","2025-04-22T13:31:59Z","https://github.com/nuxt/ui/issues/933",0.7467659,{"description":2964,"labels":2965,"number":2969,"owner":2874,"repository":2874,"state":2917,"title":2970,"updated_at":2971,"url":2972,"score":2973},"When I visit my page on mobile, the \u003Chtml> tag width cannot full screen, see the image:\r\n\r\n\r\n\r\nIt seems html width is always 784px when the mobile screen less than 784px.\r\n(ps: I deleted { name: 'viewport', content: 'width=device-width, initial-scale=1' } in nuxt.config.js file)\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1912\">#c1912\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2966],{"name":2967,"color":2968},"2.x","d4c5f9",2162,"a css problem when running in mobile","2023-01-18T15:43:10Z","https://github.com/nuxt/nuxt/issues/2162",0.74757147,{"description":2975,"labels":2976,"number":2980,"owner":2874,"repository":2928,"state":2917,"title":2981,"updated_at":2982,"url":2983,"score":2984},"Need to investigate",[2977],{"name":2978,"color":2979},"dev","018415",1057,"[Dev] Need to restart server to display changes","2023-06-06T12:14:32Z","https://github.com/nuxt/nuxt.com/issues/1057",0.7529372,["Reactive",2986],{},["Set"],["ShallowReactive",2989],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$feMuCoADC3LgvqD2XyeJiyqhYR5IFbEVeC88Dzt54tys":-1},"/nuxt/ui/3882"]