` 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",[3079],{"name":3080,"color":3081},"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":3089,"labels":3090,"number":3091,"owner":3026,"repository":3039,"state":3027,"title":3092,"updated_at":3093,"url":3094,"score":3095},"\n",[],259,"`dev.nuxt.com` broken","2022-04-06T11:12:39Z","https://github.com/nuxt/nuxt.com/issues/259",0.72274166,{"description":3097,"labels":3098,"number":3091,"owner":3026,"repository":3101,"state":3027,"title":3102,"updated_at":3103,"url":3104,"score":3095},"### 📚 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. ",[3099],{"name":3036,"color":3100},"0075ca","scripts","How to use GTM with router support?","2025-01-09T17:06:27Z","https://github.com/nuxt/scripts/issues/259",{"description":3106,"labels":3107,"number":3112,"owner":3026,"repository":3026,"state":3027,"title":3113,"updated_at":3114,"url":3115,"score":3116},"### 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).",[3108,3109],{"name":3060,"color":3061},{"name":3110,"color":3111},"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":3118,"labels":3119,"number":3124,"owner":3026,"repository":3083,"state":3027,"title":3125,"updated_at":3126,"url":3127,"score":3128},"### 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```",[3120,3121],{"name":3080,"color":3081},{"name":3122,"color":3123},"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",3130],{},["Set"],["ShallowReactive",3133],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fTz4VYDjYKuq_M_04CwkbiSEvuS-FmSNWGy_51gDxd0Q":-1},"/nuxt/nuxt.com/1440"]