\n до \u003CUInputNumber v-model=\"bill.to\" :min=\"bill.from\" :max=\"10000\" :step=\"calcStep(bill.to)\" variant=\"soft\" class=\"max-w-32\" />\n \u003C/div>\n\u003C/template>\n```\n\n### Description\n\nhttps://skr.sh/vT5m5gCX1Bk\n\nThe value changes when clicking outside the field, regardless of the `step` and `modelValue` state. The `step` parameter is also calculated incorrectly at the threshold of 1000.",[2001,2002,2005],{"name":1985,"color":1986},{"name":2003,"color":2004},"v3","49DCB8",{"name":2006,"color":2007},"triage","ffffff",2859,"ui","UInputNumber changes value on blur when not asked for","2024-12-08T12:04:52Z","https://github.com/nuxt/ui/issues/2859",0.7031314,{"description":2015,"labels":2016,"number":2024,"owner":1991,"repository":2009,"state":2025,"title":2026,"updated_at":2027,"url":2028,"score":2029},"### Description\n\nI tried using v-model with an array on Checkbox, but it is rendered as Button, inside a form it should render the native input like in Radix UI. This means the checkbox has no array support and any library expecting to access the native Input event will not work properly (required, invalid). \n\nI would like to understand why the Checkbox and Radio components have been implemented as button elements with ARIA attributes.",[2017,2020,2021],{"name":2018,"color":2019},"question","d876e3",{"name":2003,"color":2004},{"name":2022,"color":2023},"reka-ui","56d799",3240,"closed","Checkbox & Radio rendered as a button? No Native Input Element.","2025-02-05T09:14:50Z","https://github.com/nuxt/ui/issues/3240",0.65396607,{"description":2031,"labels":2032,"number":2039,"owner":1991,"repository":2040,"state":2025,"title":2041,"updated_at":2042,"url":2043,"score":2044},"Hello.\r\n\r\ni was just wondering is it possible to make better error logs?\r\nBecause at one moment tests just stop and all I see is:\r\n\r\n",[2033,2036],{"name":2034,"color":2035},"enhancement","a2eeef",{"name":2037,"color":2038},"vitest-environment","b60205",605,"test-utils","Is it possible to create better error logs?","2023-12-05T16:15:41Z","https://github.com/nuxt/test-utils/issues/605",0.6728392,{"description":2046,"labels":2047,"number":2051,"owner":1991,"repository":2052,"state":2025,"title":2053,"updated_at":2054,"url":2055,"score":2056},"",[2048],{"name":2049,"color":2050},"design","00bd6f",1019,"nuxt.com","[Code] /docs/examples","2022-11-18T14:52:14Z","https://github.com/nuxt/nuxt.com/issues/1019",0.6749507,{"description":2058,"labels":2059,"number":2051,"owner":1991,"repository":2040,"state":2025,"title":2063,"updated_at":2064,"url":2065,"score":2056},"### Describe the feature\n\nHi! 👋 \n\nWe have peer dependency warnings coming from `@nuxt/test-utils` due to the fact that it requires peer dependencies for packages used by Nuxt.\n\n```\n➤ YN0002: │ NuxtExamplePackage doesn't provide h3 (p44b11), requested by @nuxt/test-utils.\n➤ YN0002: │ NuxtExamplePackage doesn't provide nitropack (pc5e56), requested by @nuxt/test-utils.\n➤ YN0002: │ NuxtExamplePackage doesn't provide vite (p9f68f), requested by @nuxt/test-utils.\n➤ YN0002: │ NuxtExamplePackage doesn't provide vue (pf6e3c), requested by @nuxt/test-utils and other dependencies.\n➤ YN0002: │ NuxtExamplePackage doesn't provide vue-router (p80fda), requested by @nuxt/test-utils.\n```\n\nIt would be great if `@nuxt/test-utils` only had the bare minimum of peer dependencies. 🙏 \n\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).",[2060],{"name":2061,"color":2062},"pending triage","5D08F5","@nuxt/test-utils should have fewer peer dependencies","2024-12-05T07:36:33Z","https://github.com/nuxt/test-utils/issues/1019",{"description":2067,"labels":2068,"number":1990,"owner":1991,"repository":2069,"state":2025,"title":2070,"updated_at":2071,"url":2072,"score":1997},"### Environment\r\n\r\nnpx nuxi info\r\nWorking directory: /Users/nico/sources/empty-app 11:10:13 AM\r\nNuxt project info: (copied to clipboard) 11:10:13 AM\r\n\r\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v22.3.0\r\n- Nuxt Version: 3.12.3\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.7\r\n- Package Manager: yarn@1.22.22\r\n- Builder: -\r\n- User Config: compatibilityDate, devtools, modules\r\n- Runtime Modules: @nuxt/icon@1.0.0\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nI started from an empty app, then add a single nuxt module.\r\n\r\nThis module has been spotted in another context as being the source of the exact same issue. The link below is a reproduction context, with both dev and production run logs. It also provides the .output I got after using `npx nuxi build`.\r\n\r\nhttps://github.com/kogratte/nuxt-icons-issue\r\n\r\n### Describe the bug\r\n\r\nWorking on another project, I have an issue `Package import specifier \"#internal/nitro/virtual/app-config\" is not defined in package /Users/nico/sources/empty-app/node_modules/nitropack/package.json imported from /Users/nico/sources/empty-app/node_modules/nitropack/dist/runtime/config.mjs`.\r\n\r\nAs we were not aware of the origin, we tried to deep dive to finaly use a \"remove and try\" method. We finally spotted that the simple presence of this module (nuxt/icons) in our reusable layer what at the origin of the issue. As soon as we remove it, things goes well.\r\n\r\nWe've been wondering if it could be due to a bad combination, and created the linked repository.\r\n\r\n`npx nuxi dev` => Ends with error.\r\n`npx nuxi build` => OK.\r\n `node .output/server/index.mj` => Same error as `nuxi dev`.\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\nSee .log files in the linked repository.\r\n```\r\n",[],"icon","Package import specifier \"#internal/nitro/virtual/app-config\" is not defined","2025-02-04T06:18:09Z","https://github.com/nuxt/icon/issues/204",{"description":2074,"labels":2075,"number":2076,"owner":1991,"repository":2052,"state":2025,"title":2077,"updated_at":2078,"url":2079,"score":2080},"This plugin should be registered in `ProjectContentEditor.vue`\n\nhttps://discuss.prosemirror.net/t/collab-with-socket-io-and-vue-how-to-apply-changes-back-to-editor-view/2640\n\nhttps://github.com/Saul-Mirone/milkdown/blob/main/packages/plugin-collaborative/src/index.ts",[],385,"Collaborative plugin","2023-06-06T12:14:51Z","https://github.com/nuxt/nuxt.com/issues/385",0.6847859,{"description":2082,"labels":2083,"number":2076,"owner":1991,"repository":2087,"state":2025,"title":2088,"updated_at":2089,"url":2090,"score":2080},"### 📚 Is your documentation request related to a problem?\n\nI simply added the nuxt/script and enabled google tag manager. Locally all tests run fine however when running tests upon deploy (through sonarqube upon PR changes).\n\nThe test succeeds but there are errors on top of it causing this to fail the step. There are multiple errors which I can't reproduce locally.\n\n- Failed to parse URL from //tr.outbrain.com/unifiedPixel?....\n- NetworkError: Fetch to \"https://f.clarity.ms/collect\" failed. Error: The operation was aborted.\n- NetworkError: Fetch to \"https://analytics.tiktok.com/api/v2/pixel/act\" failed. Error: The operation was aborted.\n- NetworkError: Cross-Origin Request Blocked: The Same Origin Policy dissallows reading the remote resource at \"https://f.clarity.ms/collect\".\n\nMainly parse URL errors. However this isn't all that relevant for my testing so I was wondering if there happens to be a way to maybe disable this behaviour whilst testing?\n\n### 🔍 Where should you find it?\n\nVitest / Testing (non-existent yet?)\n\n### ℹ️ Additional context\n\n_No response_",[2084],{"name":2085,"color":2086},"documentation","0075ca","scripts","Vitest combined with GTM","2025-02-12T09:08:53Z","https://github.com/nuxt/scripts/issues/385",{"description":2092,"labels":2093,"number":2097,"owner":1991,"repository":2052,"state":2025,"title":2098,"updated_at":2099,"url":2100,"score":2101},"- [ ] Move to `nuxt/nuxt.js` repository in `docs/`\n- [ ] Branch + deployment on domain\n- [ ] Upgrade to new docus (`nuxt3-docs` theme https://github.com/nuxt/nuxt3-docs)\n- [ ] Remove landing page\n- [ ] Update logo\n- [ ] Link to go back to `nuxt.com`\n\n### Navbar\n\n1. Learn\n - ...docs\n - Master courses to `https://masteringnuxt.com/?utm_source=nuxt&utm_medium=link&utm_campaign=nsite`\n2. Examples\n3. Explore\n - Deployments\n - Themes\n - Video courses\n - Modules to `nuxt.com/integrations`\n4. Releases\n\n#### Discover\n\n- [ ] Redirect `/showcases` to `nuxt.com/resources/showcases`\n- [ ] Redirect `/case-studies` to `nuxt.com/resources/case-studies`\n- [ ] Redirect `/testimonials` to `nuxt.com/docs/framework/v2`\n\n#### Learn\n\n- [ ] Redirect `/tutorials` to `nuxt.com/resources/blog`\n\n#### Community\n\n- [ ] Redirect `/announcements` to `nuxt.com/resources/blog`\n- [ ] Redirect `/teams` to `nuxt.com/community/nuxters`\n- [ ] Redirect `/sponsors` to `nuxt.com/community/partners`\n\n#### Partners\n\n- [ ] Redirect `/partners` to `nuxt.com/community/partners`\n\n### Footer\n\n- [ ] Default docus footer\n- [ ] `/support` -> `nuxt.com/company/support`\n- [ ] `/contribution-guide` (to keep)\n- [ ] `/events` -> `nuxt.com/resources/live-events` + update on `nuxt.com`\n- [ ] `/design` -> `nuxt.com/resources/design-kit`",[2094],{"name":2095,"color":2096},"roadmap","ff7a1a",534,"`v2.nuxt.com`","2022-11-17T11:41:23Z","https://github.com/nuxt/nuxt.com/issues/534",0.69554305,["Reactive",2103],{},["Set"],["ShallowReactive",2106],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"AEGOEnS1CnCJK4_Wt_brBbFtOjyT3sFrN0mhO3t7GNQ":-1},"/nuxt/ui/3804"]