` 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",[3213],{"name":3214,"color":3215},"bug","d73a4a",2238,"ui","UInput :value not working in v2.18.5","2024-09-25T08:36:59Z","https://github.com/nuxt/ui/issues/2238",0.7204466,{"description":3223,"labels":3224,"number":3225,"owner":3160,"repository":3173,"state":3161,"title":3226,"updated_at":3227,"url":3228,"score":3229},"\n",[],259,"`dev.nuxt.com` broken","2022-04-06T11:12:39Z","https://github.com/nuxt/nuxt.com/issues/259",0.72274166,{"description":3231,"labels":3232,"number":3225,"owner":3160,"repository":3235,"state":3161,"title":3236,"updated_at":3237,"url":3238,"score":3229},"### 📚 Is your documentation request related to a problem?\n\nI tried following the Nuxt Scripts guide for implementing GTM - compared to other Nuxt / Vue packages, I don't have any options to hook into the router, for firing events on route changes out of the box - Am I missing something here, or how do I make GTM pickup route changes out of the box?\n\n### 🔍 Where should you find it?\n\nhttps://scripts.nuxt.com/scripts/tracking/google-tag-manager\n\n### ℹ️ Additional context\n\nI tried using the Tag assistant to verify the firing of the Tag, and can confirm that it is only recording events on hard refresh. ",[3233],{"name":3170,"color":3234},"0075ca","scripts","How to use GTM with router support?","2025-01-09T17:06:27Z","https://github.com/nuxt/scripts/issues/259",{"description":3240,"labels":3241,"number":3246,"owner":3160,"repository":3160,"state":3161,"title":3247,"updated_at":3248,"url":3249,"score":3250},"### Describe the feature\r\n\r\nIt would be great if we could provide code documentation for everything that ends up being auto-imported and available in userland (as well as a link towards the actual docs).\r\nSome composables are already documented, such as https://github.com/nuxt/nuxt/blob/main/packages/nuxt/src/app/composables/state.ts\r\n\r\nIt would be great if we could go through all of them to add missing docs and a link to the official docs.\r\n\r\n### Additional information\r\n\r\n- [X] Would you be willing to help implement this feature?\r\n- [ ] 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).",[3242,3243],{"name":3194,"color":3195},{"name":3244,"color":3245},"pending triage","E99695",22884,"[feature request] add code documentation for all user facing exports","2023-08-29T15:30:14Z","https://github.com/nuxt/nuxt/issues/22884",0.7262931,{"description":3252,"labels":3253,"number":3258,"owner":3160,"repository":3217,"state":3161,"title":3259,"updated_at":3260,"url":3261,"score":3262},"### Environment\n\n- Operating System: Linux\n- Node Version: v22.11.0\n- Nuxt Version: 3.14.1592\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.9.0\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.9\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\nMy current nuxt.config.ts file looks like this:\n\n```js\nexport default defineNuxtConfig({\n compatibilityDate: \"2024-04-03\",\n ssr: false,\n future: {\n compatibilityVersion: 4,\n },\n modules: [\"@nuxt/ui\"],\n hooks: {\n \"prerender:routes\"({ routes }) {\n routes.clear();\n },\n },\n routeRules: {\n \"/\": {\n redirect: \"dashboard\",\n },\n },\n ui: {\n colorMode: false,\n },\n devtools: { enabled: true },\n});\n```\n\nThe project it's pretty empty.\n\n### Description\n\nI'm receiving this error message:\n\n\n\n### Additional context\n\nMy app.vue file:\n\n```vue\n\u003Ctemplate>\n \u003CUApp>\n \u003CNuxtLayout>\n \u003CNuxtPage />\n \u003C/NuxtLayout>\n \u003C/UApp>\n\u003C/template>\n\n\u003Cstyle>\n@import \"tailwindcss\";\n@import \"@nuxt/ui\";\n\n@theme {\n --font-sans: \"Poppins\", sans-serif;\n}\n\u003C/style>\n```\n\n### Logs\n\n```shell-script\nERROR Pre-transform error: [unimport] failed to find \"useColorMode\" imported from \"#imports\"\n✔ Nuxt Nitro server built in 1026 ms\nℹ Vite client warmed up in 2ms\nERROR Internal server error: [unimport] failed to find \"useColorMode\" imported from \"#imports\"\n Plugin: nuxt:imports-transform\n File: /home/app/node_modules/@nuxt/ui/dist/devtools/runtime/DevtoolsRenderer.vue?macro=true\n at file:///home/app/node_modules/unimport/dist/shared/unimport.54fdbc5b.mjs:120:17\n at Array.forEach (\u003Canonymous>)\n at file:///home/app/node_modules/unimport/dist/shared/unimport.54fdbc5b.mjs:117:44\n at Array.forEach (\u003Canonymous>)\n at parseVirtualImportsRegex (file:///home/app/node_modules/unimport/dist/shared/unimport.54fdbc5b.mjs:115:122)\n at detectImportsRegex (file:///home/app/node_modules/unimport/dist/shared/unimport.54fdbc5b.mjs:96:28)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async injectImports (file:///home/app/node_modules/unimport/dist/shared/unimport.54fdbc5b.mjs:1387:61)\n at async Object.injectImportsWithContext [as injectImports] (file:///home/app/node_modules/unimport/dist/shared/unimport.54fdbc5b.mjs:1259:20)\n at async TransformPluginContext.transform (file:///home/app/node_modules/nuxt/dist/index.mjs:2633:30)\n at async file:///home/app/node_modules/vite-plugin-inspect/dist/index.mjs:1120:17\n at async PluginContainer.transform (file:///home/app/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:49096:18)\n at async loadAndTransform (file:///home/app/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:51929:27)\n at async viteTransformMiddleware (file:///home/app/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:61881:24)\n```",[3254,3255],{"name":3214,"color":3215},{"name":3256,"color":3257},"v3","49DCB8",2788,"Setting colorMode to false triggers an error","2024-11-28T09:51:56Z","https://github.com/nuxt/ui/issues/2788",0.72744375,["Reactive",3264],{},["Set"],["ShallowReactive",3267],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fTz4VYDjYKuq_M_04CwkbiSEvuS-FmSNWGy_51gDxd0Q":-1},"/nuxt/nuxt.com/1440"]