\n \u003C/div>\n \u003C/u-button>\n \u003C/template>\n\n \u003Ctemplate #item=\"{ item }\">\n // Content\n \u003C/template>\n\u003C/u-accordion>\n```\n\nCurrently i don't see a way with the default slot to override the AccordionRoot trigger\n",[2039,2042],{"name":2040,"color":2041},"question","d876e3",{"name":2002,"color":2003},3455,"Override Slot for Accordion Trigger","2025-03-04T17:30:46Z","https://github.com/nuxt/ui/issues/3455",0.7876551,{"description":2049,"labels":2050,"number":2056,"owner":1988,"repository":1988,"state":1990,"title":2057,"updated_at":2058,"url":2059,"score":2060},"### Environment\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v18.17.1`\r\n- Nuxt Version: `3.9.1`\r\n- CLI Version: `3.10.0`\r\n- Nitro Version: `2.8.1`\r\n- Package Manager: `yarn@4.0.2`\r\n- Builder: `-`\r\n- User Config: `experimental`, `typescript`, `devtools`, `modules`, `pwa`, `routeRules`, `image`, `viewport`, `imports`, `dayjs`, `runtimeConfig`, `app`, `components`, `ssr`, `dev`, `css`, `nitro`, `vite`, `hooks`, `sourcemap`\r\n- Runtime Modules: `@pinia/nuxt@0.5.1`, `dayjs-nuxt@2.1.9`, `nuxt-jsonld@2.0.8`, `@nuxtjs/device@3.1.1`, `@hypernym/nuxt-anime@2.1.1`, `nuxt-viewport@2.1.0`, `@nuxt/image@1.1.0`, `@vite-pwa/nuxt@0.4.0`, `nuxt-vitest@0.11.5`\r\n- Build Modules: `-`\r\n\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-3e85ga\r\n\r\n### Describe the bug\r\n\r\nNuxt gives console warnings `Plugin d-plugin depends on b-plugin but they are not registered.` if depending on parallel plugin which is not accessible in environment the plugin depending is on (`.client` or `.server` suffix).\r\n\r\nAlso, it appears that the plugin that depends on other plugins does not execute if `dependsOn` is not fulfilled completely for the current environment.\r\n\r\nFor example, if I have four plugins:\r\n- a.client.ts - `{ name: 'a', parallel: true, dependsOn: undefined }`\r\n- b.server.ts - `{ name: 'b', parallel: true, dependsOn: undefined }`\r\n- c.ts - `{ name: 'c', parallel: true, dependsOn: undefined }`\r\n- d.ts - `{ name: 'd', parallel: undefined, dependsOn: ['a', 'b', 'c'] }`\r\n\r\nAll of these has code:\r\n```ts\r\nsetup: () => {\r\n console.log('Hello from \"\u003CPLUGIN NAME>\" plugin');\r\n },\r\n```\r\n\r\nMy CLI prints:\r\n```\r\nHello from \"B\" plugin\r\nHello from \"C\" plugin\r\n```\r\n\r\nMy browser's console prints:\r\n```\r\nHello from \"B\" plugin\r\nHello from \"C\" plugin\r\nHello from \"A\" plugin\r\nHello from \"C\" plugin\r\n```\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2051,2053],{"name":1999,"color":2052},"8DEF37",{"name":2054,"color":2055},"🍰 p2-nice-to-have","0E8A16",25401,"Filter `dependsOn` based on environment at build-time, with dev-time warning","2024-06-30T11:06:07Z","https://github.com/nuxt/nuxt/issues/25401",0.78937715,{"description":2062,"labels":2063,"number":2064,"owner":1988,"repository":2020,"state":2065,"title":2066,"updated_at":2067,"url":2068,"score":2069},"After upgrading from `1.7.6` to `1.8.1`, I encountered that scoped styling from a parent component where an `\u003CIcon />` was used in a slot, no longer applied to the Icon. It looks like the `data-v` id that vue uses for scoped styling, is not inherited, although the class is present.\n\nStackblitz reproduction:\nhttps://stackblitz.com/edit/nuxt-icon-missing-data-v?file=app.vue\n\nPossibly related to #301 and #300 \n\n```\n❯ npx nuxt info\nWorking directory: /home/projects/nuxt-icon-missing-data-v\nNuxt project info:\n\n------------------------------\n- Operating System: Linux\n- Node Version: v18.20.3\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.2.3\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/icon@1.8.1\n- Build Modules: -\n------------------------------```",[],304,"closed","Missing data-v attribute when used in template slot in v1.8.1","2024-11-20T15:14:19Z","https://github.com/nuxt/icon/issues/304",0.46151826,{"description":2071,"labels":2072,"number":2075,"owner":1988,"repository":2008,"state":2065,"title":2076,"updated_at":2077,"url":2078,"score":2079},"### Environment\n\n- Operating System: Windows_NT\n- Node Version: v20.10.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: unknown\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.9\n\n### Reproduction\n\nhttps://github.com/prof-schnitzel/nuxt-ui-module-bug\n\n### Description\n\nI want to write a custom module that relies on NuxtUI. In the module's playground I am using a NuxtUI component and tailwind classes. I can see that the component is resolved to its html stucture and tailwind classes are applied, but the tailwind css is not loaded on that site. This was still working with v2 of NuxtUI. Is there something wrong with my code or is it a bug?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2073,2074],{"name":2029,"color":2030},{"name":2002,"color":2003},2803,"Tailwind styles not loaded when using NuxtUI in a module","2024-11-29T11:44:54Z","https://github.com/nuxt/ui/issues/2803",0.7332936,{"description":2081,"labels":2082,"number":2086,"owner":1988,"repository":2087,"state":2065,"title":2088,"updated_at":2089,"url":2090,"score":2091},"They stopped paying sponsorship a month ago",[2083],{"name":2084,"color":2085},"marketing","f5c828",1178,"nuxt.com","Delete ShipShape partner page","2023-06-06T12:14:43Z","https://github.com/nuxt/nuxt.com/issues/1178",0.73450124,{"description":2093,"labels":2094,"number":2097,"owner":1988,"repository":2087,"state":2065,"title":2098,"updated_at":2099,"url":2100,"score":2101},"- [ ] `/integrations`\n- [ ] `/community/repositories`\n- [ ] `/community/partners`\n- [ ] `/partners`",[2095],{"name":1999,"color":2096},"1ad6ff",550,"Improve filters with tags like on `modules.nuxtjs.org`","2022-05-23T14:42:02Z","https://github.com/nuxt/nuxt.com/issues/550",0.7756838,["Reactive",2103],{},["Set"],["ShallowReactive",2106],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"HacZJLeCUsu8skDRTE7X1sR0Yc_lY5iEvIxwrlXgbYA":-1},"/nuxt/scripts/304"]