` change it to `\u003CUInput :model-value=\"'12714274'\" readonly />`\r\n\r\n\r\n\r\n--------- \r\n\r\n\r\n### Version\r\n\r\nedit: v2.18.5\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/nuxt-ui-uds7la?file=app.vue\r\n\r\n### Description\r\n\r\nSo i have a few grouped form inputs and noticed all values being empty since last update, reverted back to 2.18.4 and worked again. \r\n\r\n_(👀 or you can tell me im using it wrong)_\r\n\r\n### Why i am using :value= ? \r\n\r\n```\r\n\u003CUInput\r\n :value=\"firstname\"\r\n @input=\"$emit('update:firstname', $event.target.value)\"\r\n />\r\n \u003CUInput\r\n :value=\"lastname\"\r\n @input=\"$emit('update:lastname', $event.target.value)\"\r\n />\r\n```\r\n\r\nand using \r\n```\r\n\u003CAccountFormDetails\r\n v-model:firstname=\"formState.firstname\"\r\n v-model:lastname=\"formState.lastname\"\r\n/>\r\n```\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell-script\r\nno logs,no errors\r\n```\r\n\r\nedit: added repro\r\nedit: pinpointed on 2.18.5, this happened between 18.4 and 18.5",[3099],{"name":3100,"color":3101},"bug","d73a4a",2238,"UInput :value not working in v2.18.5","2024-09-25T08:36:59Z","https://github.com/nuxt/ui/issues/2238",0.77444977,{"description":3108,"labels":3109,"number":3112,"owner":3050,"repository":3080,"state":3091,"title":3113,"updated_at":3114,"url":3115,"score":3116},"### Environment\n\n- Operating System: Darwin\n- Node Version: v18.20.6\n- Nuxt Version: 3.15.3\n- CLI Version: 3.20.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.15.4\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.12\n\n### Reproduction\n\nWhen I update the prefix of the UI kit, the badge shows an error saying that ‘UAvatar’ doesn’t exist.\n\n### Description\n\nI assume this is due to the missing import of the component in the code, like in this example:\n\nhttps://github.com/nuxt/ui/blob/c1c9da4d38b7675ce6323d938030e1b9a577f7c4/src/runtime/components/Badge.vue#L42\n\nI can provide a PR to fix it if you want. So far, I have only found this issue in the Badge component, but it might exist elsewhere that I haven’t discovered yet.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3110,3111],{"name":3100,"color":3101},{"name":3077,"color":3078},3203,"Missing Avatar import in Badge","2025-01-29T16:38:30Z","https://github.com/nuxt/ui/issues/3203",0.7761045,{"description":3118,"labels":3119,"number":3125,"owner":3050,"repository":3050,"state":3091,"title":3126,"updated_at":3127,"url":3128,"score":3129},"### Describe the feature\n\nIn the directory structure, the app directory isn't mentioned or referenced.\r\nhttps://nuxt.com/docs/guide/directory-structure/assets\r\n\r\nThis can be used for `app.router.options.ts` (documented here https://nuxt.com/docs/guide/going-further/custom-routing#router-options) \r\n\r\nThere might be more options I'm not aware of.\n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3120,3121,3122],{"name":3060,"color":3061},{"name":3063,"color":3064},{"name":3123,"color":3124},"3.x","29bc7f",22008,"[Documentation Request] Document `app` Directory","2023-12-23T14:36:30Z","https://github.com/nuxt/nuxt/issues/22008",0.78032845,{"description":3131,"labels":3132,"number":3135,"owner":3050,"repository":3136,"state":3091,"title":3137,"updated_at":3138,"url":3139,"score":3140},"### Environment\n\nNot needed\n\n### Reproduction\n\nNot necessary, any SSR/Prerender Nuxt will fail\n\n### Describe the bug\n\nI'm just creating this issue to warn anyone that is using Cloudflare with Nuxt SSR\r\n\r\nDISABLE ASSET MINIFICATION, it breaks Vue hydration\r\n\r\n\r\nI've spent weeks trying to fix it, and it was as simple as unchecking these boxes, hope it helps anyone\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3133],{"name":3060,"color":3134},"9DE2BA",1457,"nuxt.com","SSR Issues with Coudflare Pages (SOLVED)","2023-12-27T17:11:13Z","https://github.com/nuxt/nuxt.com/issues/1457",0.78238505,{"description":3142,"labels":3143,"number":3150,"owner":3050,"repository":3050,"state":3091,"title":3151,"updated_at":3152,"url":3153,"score":3154},"### What problem does this feature solve?\n\n1 - With this new feature, I believe that the structure of the app stay more organized.\n2 - It is no longer necessary to contain the `error.vue` file inside` layouts`, because it is not a layout. (We could keep to not contain breaking change)\n3 - We could customize each type of error in each corresponding file, without the need to create conditions.\n\n### What does the proposed changes look like?\n\nCreate a new directory in root `errors` to work with errors.\nWithin this new directory contains the components (pages) for type of error.\n\nExample structure:\n```\n- errors\n - 404.vue\n - 500.vue\n - ...\n- layouts\n- pages\n- ...\n```\n\nWhat do you think? A PR would be welcome?\n\n\u003C!--cmty-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This feature request is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c8177\">#c8177\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3144,3147],{"name":3145,"color":3146},"enhancement","8DEF37",{"name":3148,"color":3149},"2.x","d4c5f9",4369,"New directory to errors","2024-06-14T16:10:22Z","https://github.com/nuxt/nuxt/issues/4369",0.78353435,{"description":3156,"labels":3157,"number":3161,"owner":3050,"repository":3050,"state":3091,"title":3162,"updated_at":3163,"url":3164,"score":3165},"(as opposed to nuxt-app-developer documentation)\r\n## Feature request\r\nAdd a surface level overview of the architecture of nuxt:\r\n - What are the directories (in this repo, not a nuxt-based web app project)\r\n - What is the build + testing process\r\n - How directory watching and reloading is implemented\r\n - How filesystem API is implemented\r\n - How code-splitting is implemented\r\n\r\nThis will enable third party developers to make small contributions more easily, and potentially (it always happens) expose inefficiencies / incorrectness by talking through the architecture.\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/c1659\">#c1659\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3158,3159,3160],{"name":3145,"color":3146},{"name":3060,"color":3061},{"name":3148,"color":3149},1847,"Add nuxt-developer documentation","2023-01-18T15:42:45Z","https://github.com/nuxt/nuxt/issues/1847",0.78403866,["Reactive",3167],{},["Set"],["ShallowReactive",3170],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fHUViIqXpUEutY1DD92krl2u7m31kFqEMUGTWJyUVwDE":-1},"/nuxt/ui/3441"]