\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",[2898,2901],{"name":2899,"color":2900},"question","d876e3",{"name":2884,"color":2885},3455,"Override Slot for Accordion Trigger","2025-03-04T17:30:46Z","https://github.com/nuxt/ui/issues/3455",0.7972572,{"description":2908,"labels":2909,"number":2923,"owner":2872,"repository":2872,"state":2924,"title":2925,"updated_at":2926,"url":2927,"score":2928},"https://unplugin.unjs.io/guide/#filters",[2910,2911,2914,2917,2920],{"name":2866,"color":2867},{"name":2912,"color":2913},"good first issue","fbca04",{"name":2915,"color":2916},"pending triage","E99695",{"name":2918,"color":2919},"refactor","173A12",{"name":2921,"color":2922},"possible regression","B90A42",31837,"closed","opt in to new unplugin filter options","2025-05-27T15:42:25Z","https://github.com/nuxt/nuxt/issues/31837",0.7504938,{"description":2930,"labels":2931,"number":2936,"owner":2872,"repository":2872,"state":2924,"title":2937,"updated_at":2938,"url":2939,"score":2940},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v20.12.2\r\n- Nuxt Version: 3.11.2\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.6\r\n- Package Manager: pnpm@8.15.6\r\n- Builder: -\r\n- User Config: srcDir, devtools, modules, ignore, appConfig, css, extensions, routeRules, vue, nitro, runtimeConfig, auth, colorMode, router, csurf\r\n- Runtime Modules: @nuxt/eslint@0.3.12, @nuxt/test-utils/module@3.12.1, @unocss/nuxt@0.60.0, @sidebase/nuxt-auth@0.7.2, @nuxt/ui@2.16.0, @pinia/nuxt@0.5.1, nuxt-csurf@1.5.2\r\n- Build Modules: -\r\n------------------------------\r\n\r\n\r\n### Reproduction\r\n\r\n```\r\n\u003Ctemplate>\r\n\t\u003CUSelectMenu\r\n\t\tv-model=\"eventTypeFilter.selected\"\r\n\t\t:options=\"eventTypeFilter.options\"\r\n\t\tsearchable\r\n\t\tmultiple\r\n\t\tplaceholder=\"Event type filter\" />\r\n\u003C/template>\r\n\r\n\u003Cscript setup lang=\"ts\">\r\nconst page = ref(1)\r\nconst eventTypeFilter = reactive({\r\n options: ['a', 'b', 'c'],\r\n selected: []\r\n})\r\n\r\nconst { data, pending } = await useAsyncData(\r\n 'events',\r\n () => $fetch('/api/events', {\r\n params: {\r\n page: page.value,\r\n eventTypeFilter: eventTypeFilter.selected\r\n }\r\n }),\r\n {\r\n watch: [page, eventTypeFilter.selected]\r\n }\r\n)\r\n\u003C/script>\r\n```\r\n\r\n### Describe the bug\r\n\r\nchoosing a value does not trigger another fetch\r\n\r\n### Additional context\r\n\r\nIf I use a ref array for the model and pass that to the watcher, it works\r\n`const selectedEventTypes = ref([])`\r\n\r\n### Logs\r\n\r\n_No response_",[2932,2935],{"name":2933,"color":2934},"3.x","29bc7f",{"name":2915,"color":2916},27261,"Reactive object does not trigger asyncData","2024-05-17T11:17:05Z","https://github.com/nuxt/nuxt/issues/27261",0.7704759,{"description":2942,"labels":2943,"number":2945,"owner":2872,"repository":2890,"state":2924,"title":2946,"updated_at":2947,"url":2948,"score":2949},"### Description\n\nBest I can tell, @nuxtjs/color-mode is installed as a dependency of Nuxt/UI. \n\nI have been struggling to disable this for some time. I have tried different methods, cleared out Application > Storage in my browser, etc., and no matter what I do, I can't seem to figure out whether this is possible and/or what are the correct entries to `app.config.ts` or `nuxt.config.ts`. \n\nIf anyone could help that would be incredible!",[2944],{"name":2899,"color":2900},3143,"How to disable @nuxtjs/color-mode","2025-01-24T11:30:47Z","https://github.com/nuxt/ui/issues/3143",0.7796778,{"description":2951,"labels":2952,"number":2962,"owner":2872,"repository":2890,"state":2924,"title":2963,"updated_at":2964,"url":2965,"score":2966},"### Environment\n\n```\nNuxt project info: 4:13:17 PM\n\n------------------------------\n- Operating System: Linux\n- Node Version: v20.16.0\n- Nuxt Version: 3.13.2\n- CLI Version: 3.14.0\n- Nitro Version: 2.9.7\n- Package Manager: pnpm@9.7.1\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n```\n\n### Version\n\n2.18.7\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/button\n\n### Description\n\n\nMy issue is pretty close to https://github.com/nuxt/ui/issues/468.\n\nIt's when you switch between different types of props on a component document that this issue occurs, the first time you enter it no such issue occurs.\n\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2953,2956,2959],{"name":2954,"color":2955},"bug","d73a4a",{"name":2957,"color":2958},"documentation","0075ca",{"name":2960,"color":2961},"duplicate","cfd3d7",2429,"DOCS: You should use slots with \u003CContentRenderer>","2024-10-21T10:20:28Z","https://github.com/nuxt/ui/issues/2429",0.78157413,{"description":2968,"labels":2969,"number":2970,"owner":2872,"repository":2971,"state":2924,"title":2972,"updated_at":2973,"url":2974,"score":2975},"Reproduction:\r\nhttps://github.com/QaahirStewart/icontest\r\n\r\nIt seems that when icon name is bounded with access a property ex(.dot after emptyIconData) \u003CIcon :name=\"emptyIconData.logo\" /> this error is getting produced. ",[],217,"icon","Cannot read properties of undefined (reading 'startsWith')","2024-07-28T23:03:04Z","https://github.com/nuxt/icon/issues/217",0.7835685,{"description":2977,"labels":2978,"number":2970,"owner":2872,"repository":2980,"state":2924,"title":2981,"updated_at":2982,"url":2983,"score":2975},"### 🐛 The bug\n\n\r\n\r\nReproducible with 0.7.0 and upwards (due to the new unhead integration)\r\nNot reproducible in 0.6.X and lower\r\n\r\n\r\n\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-starter-pkwfkx?file=pages%2Findex.vue\n\n### 🌈 Expected behavior\n\nReturn value of `useScript` and others should not be `any`\n\n### ℹ️ Additional context\n\n_No response_",[2979],{"name":2954,"color":2955},"scripts","Return types of `useScript` are `any` since unhead 1.1.0 integration (v0.7)","2024-09-09T18:23:29Z","https://github.com/nuxt/scripts/issues/217",{"description":2985,"labels":2986,"number":2989,"owner":2872,"repository":2990,"state":2924,"title":2991,"updated_at":2992,"url":2993,"score":2994},"",[2987],{"name":2866,"color":2988},"1ad6ff",635,"nuxt.com","[Docs] Remove `framework` from url","2022-06-20T19:44:36Z","https://github.com/nuxt/nuxt.com/issues/635",0.787612,["Reactive",2996],{},["Set"],["ShallowReactive",2999],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fNZ9O53nsWlH6isgIjZIlik7WJMUgnN8ctYH3WBGxZic":-1},"/nuxt/nuxt.com/845"]