\n// will trigger typescript error on v-model\n\u003CUSelectMenu\n v-model=\"memberForm.user\"\n :items=\"addableUsers\"\n label-key=\"email\"\n :value-key=\"undefined\"\n/>\n// will work but i need to handle label display manually using slot\n\u003CUSelectMenu\n v-model=\"memberForm.user\"\n :items=\"addableUsers\"\n/>\n```\n\n### Description\n\nI'm currently migrate my project to NuxtUi V3 and I have some issues with `\u003CUInputMenu />` and `\u003CUSelectMenu />`. On my selects I want to retrieve the full object selected so I don't set `value-key` but for display purpose I use the `label-key` props, however when I do this I get this typescript error on the `v-model` :\n```\nUnable to assign type 'User | undefined' to type 'string | undefined'.\nUnable to assign type 'User' to type 'string'. ts-plugin(2322)\n```\nAfter some research, I think the `label-key` alter the `value-key` type and that's what triggers the error.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2905,2908,2909,2912],{"name":2906,"color":2907},"bug","d73a4a",{"name":2881,"color":2882},{"name":2910,"color":2911},"typescript","3A629E",{"name":2895,"color":2896},3670,"v-model typescript error when using label-key InputMenu/SelectMenu","2025-03-24T20:38:15Z","https://github.com/nuxt/ui/issues/3670",0.6982858,{"description":2919,"labels":2920,"number":2928,"owner":2857,"repository":2884,"state":2869,"title":2929,"updated_at":2930,"url":2931,"score":2932},"### Description\n\nI really love all the work that went into this, but it's currently connected to vue-router for `Link` and `Pagination` components. I would love to see these become optional dependencies so it can be used with projects that do not use `vue-router`.\n\nMaybe there is some way to stub out the link components to enable support for Inertia \\ default HTML?",[2921,2924,2925],{"name":2922,"color":2923},"question","d876e3",{"name":2881,"color":2882},{"name":2926,"color":2927},"vue","42b883",3001,"How likely is it that we'll see a routerless version?","2025-04-14T08:47:28Z","https://github.com/nuxt/ui/issues/3001",0.69987315,{"description":2934,"labels":2935,"number":2936,"owner":2857,"repository":2937,"state":2869,"title":2938,"updated_at":2939,"url":2940,"score":2941},"My folder structure looks the same as it is described in the documentation (https://nuxt.com/modules/icon#custom-local-collections):\n\n`assets/my-icons/photogrammetry.svg`\n\nHowever, I load content from a json file:\n\n```json\n{\n \"data\": {\n \"0\": {\n \"title\": \"Video- & Photography\",\n \"icon\": \"my-icon:photogrammetry\",\n \"iconColor\": \"text-cyan-400\",\n [...]\n },\n```\n\n... into the component:\n\n```vue\n\u003Cscript setup>\nimport services from \"/public/jsons/services.json\"\n...\n\u003C/script>\n\n\u003Ctemplate>\n[...]\n \u003Cdiv class=\"[ card ] absolute\" :class=\"service.iconColor\">\n \u003CIcon :name=\"service.icon\" :color=\"service.iconColor\" size=\"10rem\" />\n \u003C/div>\n[...]\n\u003C/template>\n```\n\nThe icon (which is and remains black) does not accept any color, while any standard implementation (icon from a downloaded icon set like mdi) does indeed change the color of an icon.\n\n(Just in case this is not an error: What kind of \"treatment\" do I have to apply to make my icon accept color?)",[],307,"icon","custom local collections do not accept props like color","2024-11-23T10:19:42Z","https://github.com/nuxt/icon/issues/307",0.7048978,{"description":2943,"labels":2944,"number":2947,"owner":2857,"repository":2884,"state":2869,"title":2948,"updated_at":2949,"url":2950,"score":2951},"### For what version of Nuxt UI are you suggesting this?\n\nv3.0.0-alpha.x\n\n### Description\n\nI would like to keep the behavior of the popover opening only on click, but also allow it to close when something in the content slot is clicked.\n\nSuggestion:\n``` \u003CUPopover :content=\"{align: 'start'}\">\n \u003Ctemplate #default=\"{open}\">\n ....\n \u003C/template>\n \u003Ctemplate #content=\"{close}\">\n \u003Cdiv class=\"p-2\">\n \u003Cul class=\"flex flex-col gap-1 min-w-[150px]\">\n \u003Cli v-for=\"assistant in assistantsList\"\n :key=\"assistant.documentUuid\"\n @click=\"assistantSelected = assistant; close()\"\n class=\"p-1 rounded-md bg-neutral-800/40 hover:bg-neutral-800 cursor-pointer\">\n \u003Cp class=\"text-sm\">{{ assistant.name }}\u003C/p>\n \u003C/li>\n \u003C/ul>\n \u003C/div>\n \u003C/template>\n \u003C/UPopover>```\n\n### Additional context\n\n_No response_",[2945,2946],{"name":2878,"color":2879},{"name":2881,"color":2882},2789,"[v3][Popover] Close method exposed to the `content` slot","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/2789",0.7087469,{"description":2953,"labels":2954,"number":2960,"owner":2857,"repository":2857,"state":2869,"title":2961,"updated_at":2962,"url":2963,"score":2964},"### What problem does this feature solve?\n\nI have markdown files that I would like as pages. I can add a loader that compiles `.md` files to Vue components, but adding a `page.md` file in the `pages` directory doesn't seem to get registered as a page.\n\n### What does the proposed changes look like?\n\nAgnostic file type/extension for pages as long as there's a loader that can compile it into a Vue component.\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This feature request is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c7151\">#c7151\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2955,2957],{"name":2878,"color":2956},"8DEF37",{"name":2958,"color":2959},"2.x","d4c5f9",3378,"Various file types for Pages","2023-01-22T15:50:41Z","https://github.com/nuxt/nuxt/issues/3378",0.71088374,{"description":2966,"labels":2967,"number":2972,"owner":2857,"repository":2884,"state":2869,"title":2973,"updated_at":2974,"url":2975,"score":2976},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.10.0\n- Nuxt Version: 3.13.2\n- CLI Version: 3.14.0\n- Nitro Version: 2.9.7\n- Package Manager: pnpm@9.12.1\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n\n### Version\n\nv2.18.7\n\n### Reproduction\n\n-\n\n### Description\n\nThis outputs two unnecessary `::` at the end. Looks like something is going wrong with the collapsible. Also when I add other fields after the collapsible, it breaks as well.\n\n```markdown\n::field-group\n::field{name=\"fallback_image\" type=\"string\"}\n::collapsible{name=\"options\"}\n\ntest\n\n::\n::\n::\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2968,2969],{"name":2906,"color":2907},{"name":2970,"color":2971},"pro","5BD3CB",2426,"Weird collapsible formatting in field-group","2024-11-19T15:20:24Z","https://github.com/nuxt/ui/issues/2426",0.7125749,["Reactive",2978],{},["Set"],["ShallowReactive",2981],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fd_B7_iTxRbPrIqD3c6qt2HXmJqM2L_pyVvAeFL_DG1Y":-1},"/nuxt/ui/3371"]