\n \u003CUModal v-model=\"isOpen\" :fullscreen=\"fullscreen\">\n \u003Cdiv class=\"p-4\">\n \u003CUButton label=\"Toggle fullscreen\" @click=\"toggleFullscreen\" />\n \u003C/div>\n \u003C/UModal>\n \u003C/div>\n\u003C/template>\n```\n\n### Description\n\nStarting from [2.18.6](https://github.com/nuxt/ui/releases/tag/v2.18.6) @nuxt/ui version, Modal component become transparent when toggle `fullscreen` property. It seems something wrong with transitions css classes in UI props.\n\n**Expected behavior:**\n1. open Modal with `fullscreen=false`\n2. set `fullscreen=true`, Modal fills all viewport\n3. set `fullscreen=false`, Modal become small again\n\n**On 2.18.5 works as expected.** \n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2887,2888],{"name":2868,"color":2869},{"name":2874,"color":2875},3292,"Modal component fullscreen property toggle cause invalid css transition","2025-02-11T20:14:53Z","https://github.com/nuxt/ui/issues/3292",0.7856179,{"description":2895,"labels":2896,"number":2906,"owner":2877,"repository":2877,"state":2879,"title":2907,"updated_at":2908,"url":2909,"score":2910},"### Describe the feature\r\n\r\nEspecially when it comes to handling URL state, I've seen the wildest implementations.\r\nIt would be great to have two simple helper composables which create \"reactive\" router params and router query values.\r\nThat way, it would be even easier to sync URL state (and we could properly document + advise it).\r\n\r\nThis [already exists in VueUse](https://vueuse.org/router/useRouteParams/) but does not utilize `navigateTo`.\r\n\r\nExample syntax (adapted from VueUse example)\r\n\r\n```ts\r\nconst search = useRouteQuery('search')\r\n\r\nconst otherSearch = useRouteQuery('search', 'foo') // default value\r\n\r\nconst page = useRouteQuery('page', '1', { transform: Number }) // with transform function too\r\n\r\nconsole.log(search.value) // same as route.query.search\r\nsearch.value = 'foobar' // Calls navigateTo({ query: { search: 'foobar' } }, { replace: true })\r\n```\r\n\r\n---\r\n\r\nRelated issue (was more bare-bone): https://github.com/nuxt/nuxt/issues/24365\r\n\r\n### Additional information\r\n\r\n- [X] Would you be willing to help implement this feature?\r\n- [X] Could this feature be implemented as a module?\r\n\r\n### Final checks\r\n\r\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\r\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2897,2900,2903],{"name":2898,"color":2899},"enhancement","8DEF37",{"name":2901,"color":2902},"workaround available","11376d",{"name":2904,"color":2905},"needs details","493824",24788,"`useRouteParams` and `useRouteQuery` for Nuxt","2024-09-13T10:57:55Z","https://github.com/nuxt/nuxt/issues/24788",0.8018437,{"description":2912,"labels":2913,"number":2916,"owner":2877,"repository":2917,"state":2918,"title":2919,"updated_at":2920,"url":2921,"score":2922},"- [ ] `/integrations`\n- [ ] `/community/repositories`\n- [ ] `/community/partners`\n- [ ] `/partners`",[2914],{"name":2898,"color":2915},"1ad6ff",550,"nuxt.com","closed","Improve filters with tags like on `modules.nuxtjs.org`","2022-05-23T14:42:02Z","https://github.com/nuxt/nuxt.com/issues/550",0.7756798,{"description":2924,"labels":2925,"number":2916,"owner":2877,"repository":2929,"state":2918,"title":2930,"updated_at":2931,"url":2932,"score":2922},"I have some components with `async setup` that require props, slots and other `MountOptions`. It'd be helpful if `mountSuspended` supports `MountOptions`.\r\n\r\n### Expected behavior\r\n```\r\nconst component = await mountSuspended(SomeComponent, {\r\n props: {\r\n foo: 'bar',\r\n },\r\n ...\r\n})\r\n```",[2926],{"name":2927,"color":2928},"vitest-environment","b60205","test-utils","mountSuspended helper doesn't accept options","2023-12-02T00:37:11Z","https://github.com/nuxt/test-utils/issues/550",{"description":2934,"labels":2935,"number":2937,"owner":2877,"repository":2917,"state":2918,"title":2938,"updated_at":2939,"url":2940,"score":2941},"",[2936],{"name":2898,"color":2915},341,"Show active users next to branches","2023-02-15T12:31:23Z","https://github.com/nuxt/nuxt.com/issues/341",0.77733374,{"description":2943,"labels":2944,"number":2937,"owner":2877,"repository":2929,"state":2918,"title":2951,"updated_at":2952,"url":2953,"score":2941},"Would it be possible to use this to run unit tests against a plugin? or HTTP requests in a plugin?",[2945,2948],{"name":2946,"color":2947},"documentation","0075ca",{"name":2949,"color":2950},"v0","4137F6","Example for testing Nuxt plugins?","2024-05-01T16:04:50Z","https://github.com/nuxt/test-utils/issues/341",{"description":2955,"labels":2956,"number":2960,"owner":2877,"repository":2878,"state":2918,"title":2961,"updated_at":2962,"url":2963,"score":2964},"### 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!",[2957],{"name":2958,"color":2959},"question","d876e3",3143,"How to disable @nuxtjs/color-mode","2025-01-24T11:30:47Z","https://github.com/nuxt/ui/issues/3143",0.77924293,{"description":2934,"labels":2966,"number":2969,"owner":2877,"repository":2917,"state":2918,"title":2970,"updated_at":2971,"url":2972,"score":2973},[2967],{"name":2868,"color":2968},"ff281a",282,"After publish, default_branch must be selected","2023-02-15T12:31:21Z","https://github.com/nuxt/nuxt.com/issues/282",0.7805764,{"description":2975,"labels":2976,"number":2969,"owner":2877,"repository":2929,"state":2918,"title":2979,"updated_at":2980,"url":2981,"score":2973},"\r\nWhen you click 'Setup' navigation link nothing happend. 'Setup' tab on the left also does not get highlighted.\r\n\r\n",[2977,2978],{"name":2946,"color":2947},{"name":2949,"color":2950},"Documentation. Page api-reference/setup/ suggests navigate to herself","2024-05-01T16:04:38Z","https://github.com/nuxt/test-utils/issues/282",["Reactive",2983],{},["Set"],["ShallowReactive",2986],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fXNssYuO4wxhsA40ykoL2J89vETHL_YH_B77pE6PdBnY":-1},"/nuxt/nuxt.com/1229"]