\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.",[2878,2881,2884],{"name":2879,"color":2880},"bug","d73a4a",{"name":2882,"color":2883},"v3","49DCB8",{"name":2885,"color":2886},"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.7293351,{"description":2894,"labels":2895,"number":2897,"owner":2868,"repository":2898,"state":2870,"title":2899,"updated_at":2900,"url":2901,"score":2902},"### Environment\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v20.8.1`\r\n- Nuxt Version: `3.9.0`\r\n- CLI Version: `3.10.0`\r\n- Nitro Version: `2.8.1`\r\n- Package Manager: `yarn@1.22.19`\r\n- Builder: `-`\r\n- User Config: `devtools`, `modules`\r\n- Runtime Modules: `@nuxt/test-utils/module@3.9.0`\r\n- Build Modules: `-`\r\n\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-gee6qy?file=app.vue\r\n\r\n### Describe the bug\r\n\r\nOnce I expose a variable called `error` within the setup, the component fails to render. \r\nSince everything works within the dev server / build, I suspect this is something within `@nuxt/test-utils`\r\n\r\nAfter renaming the `error` variable to something else, the component can be mounted within the tests again.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell-script\r\nVitest caught 1 unhandled error during the test run.\r\nThis might cause false positive tests. Resolve unhandled errors to make sure your tests are not affected.\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Unhandled Rejection ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯\r\nTypeError: 'set' on proxy: trap returned falsish for property 'error'\r\n ❯ clonedComponent.render node_modules/@nuxt/test-utils/dist/runtime-utils/index.mjs:128:44\r\n 126| renderContext[key] = passedProps[key];\r\n 127| }\r\n 128| return render.call(this, renderContext, ...args);\r\n | ^\r\n 129| } : void 0,\r\n 130| setup: setup ? (props2) => wrappedSetup(props2, setupContext) : void 0\r\n ❯ renderComponentRoot node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:868:16\r\n ❯ ReactiveEffect.componentUpdateFn node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5922:46\r\n ❯ ReactiveEffect.run node_modules/@vue/reactivity/dist/reactivity.cjs.js:174:19\r\n ❯ instance.update node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6053:16\r\n ❯ setupRenderEffect node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6063:5\r\n ❯ eval node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:1613:9\r\n\r\nThis error originated in \"test/app.nuxt.test.ts\" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.\r\nThe latest test that might've caused the error is \"Should mount\". It might mean one of the following:\r\n- The error was thrown, while Vitest was running this test.\r\n- This was the last recorded test before the error was thrown, if error originated after test finished its execution.\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯\r\n\r\n```\r\n```\r\n",[2896],{"name":2879,"color":2880},684,"test-utils","mountSuspended fails: 'set' on proxy: trap returned falsish for property 'error'","2025-03-14T15:14:45Z","https://github.com/nuxt/test-utils/issues/684",0.73178756,{"description":2904,"labels":2905,"number":2906,"owner":2868,"repository":2907,"state":2870,"title":2908,"updated_at":2909,"url":2910,"score":2911},"I added @nuxt/icon to my project. In the project it is working fine but in histoire it is not working.\r\nIn histoire it is not able to render the stories that contain components that use @nuxt/icon.\r\n\r\nOn devtools console you always see the error:\r\n\u003Cimg width=\"654\" alt=\"Bildschirmfoto 2024-07-22 um 21 10 24\" src=\"https://github.com/user-attachments/assets/4793e76d-e549-4712-bdfc-dc230c1cb56f\">\r\n\r\nit doesn't matter if mode is css or svg, it doesn't matter if from iconify icon libs, global components or custom collections, it is simple not able to work with it. The error is always the same.\r\n\r\nHere is a reproduction: https://stackblitz.com/edit/nuxt-starter-kckxy8\r\nrun the histoire to see the story not getting rendered and the console error in devtools.\r\n\r\nPlease help!",[],212,"icon","@nuxt/icon not working in histoire with mode \"svg\"","2024-08-11T05:45:02Z","https://github.com/nuxt/icon/issues/212",0.7335896,{"description":2913,"labels":2914,"number":2918,"owner":2868,"repository":2919,"state":2870,"title":2920,"updated_at":2921,"url":2922,"score":2923},"### 🆒 Your use case\n\nSo far I have been using Cloudflare Zaraz which collects data on the server side.\r\n\r\nSuch data collection is independent of blockers and cookies and other elements. Thanks to this, statistics are more stable and are usually not affected by the browser quite strongly.\r\n\r\nI have noticed a really huge problem and a huge drop in views and stability of data collection when moving GA4 from Cloudflare Zaraz to Nuxt Scripts.\r\n\r\nIt would be great if in the future there was a possibility of collecting data using server-side as it is described for example here:\r\n\r\nhttps://developers.google.com/tag-platform/learn/sst-fundamentals/5-sst-setup-analytics\r\n\r\nFor now, unfortunately, I am returning to Cloudflare Zaraz with most scripts because then everything is more stable and less blocked.\n\n### 🆕 The solution you'd like\n\nhttps://developers.google.com/tag-platform/learn/sst-fundamentals/5-sst-setup-analytics\n\n### 🔍 Alternatives you've considered\n\n_No response_\n\n### ℹ️ Additional info\n\n_No response_",[2915],{"name":2916,"color":2917},"enhancement","a2eeef",238,"scripts","Server side GA4","2024-09-03T13:45:06Z","https://github.com/nuxt/scripts/issues/238",0.73617786,{"description":2925,"labels":2926,"number":2927,"owner":2868,"repository":2907,"state":2928,"title":2929,"updated_at":2930,"url":2931,"score":2932},"Hi there! I started a Nuxt project with Nuxt icon module, but moved to using Iconify package for a couple of reasons, and I thought I'd better ask just in case there's a solution to both that allows me to get back to Nuxt icon, which seemed a bit lighter: \n\n1 - I have a component that changes the icon depending on a \"status\" ref variable. With iconify, the transition is immediate, but with Nuxt icon, there's no icon for half a second (a solid color square appears instead), and sometimes the initial icon is not loaded at all, and I have to click it to change the status and finally load it (it doesn't happen with iconify). If you need a build to see the issue, please let me know.\n\n2 - With iconify, I can use tailwind bg-* classes in Icon component for changing the icon background, and text-* for icon color. But with Nuxt icon, bg-* and text-* both change the icon color, so I have to wrap the Icon component in a div in order to apply a background color. Is there any other way to change the background color with Nuxt icon? Or, are there plans to add support for background color? \n\nThanks a lot beforehand :)",[],254,"closed","A couple of doubts about Nuxt icon","2024-09-16T21:51:02Z","https://github.com/nuxt/icon/issues/254",0.7054016,{"description":2934,"labels":2935,"number":2941,"owner":2868,"repository":2888,"state":2928,"title":2942,"updated_at":2943,"url":2944,"score":2945},"### Environment\n\n- Operating System: Darwin\n- Node Version: v23.9.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.24.0\n- Nitro Version: 2.11.8\n- Package Manager: bun@1.2.8\n- Builder: -\n- User Config: compatibilityDate, devtools, future, runtimeConfig, modules, css, app, ui, icon, fonts, image, nitro\n- Runtime Modules: @nuxt/ui@3.0.2, @nuxt/image@1.10.0, @nuxt/scripts@0.11.5, nitro-cloudflare-dev@0.2.2\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.16.2\n\n### Reproduction\n\n*\n\n### Description\n\ncomponent\n```vue\n\u003CUAvatar\n src=\"https://example.com/image.ong\"\n class=\"size-12 shrink-0 translate-y-5\"\n/>\n```\n\nnuxt.config.ts\n```ts [nuxt.config.ts]\nimage: {\n provider: \"aliyun\",\n format: [\"webp\", \"png\"],\n densities: [1],\n },\n```\n\nPreview image\n\u003Cimg width=\"991\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/cd3afe88-5bd0-4db8-813c-629c8831c946\" />\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2936,2937,2938],{"name":2879,"color":2880},{"name":2882,"color":2883},{"name":2939,"color":2940},"upstream","78bddb",3763,"Configuring @nuxt/image in Nuxt causes Avatar to incorrectly construct external image URLs","2025-04-11T12:41:20Z","https://github.com/nuxt/ui/issues/3763",0.7092373,{"description":2947,"labels":2948,"number":2952,"owner":2868,"repository":2869,"state":2928,"title":2953,"updated_at":2954,"url":2955,"score":2956},"## List events list\n\n- [x] Icon must be the number 2 on hover \nn°1\n\nn°2\n\n\n- [x] Author in gray 900 and date in gray 400\n\n\n- [x] Card border radius must be 12px instead of 6px \n\n\n## Modal \n\n- [x] Same as the card, border radius must be 12px, also the video container\n\n- [ ] Card padding must be 32px \n\n\n\n- [ ] Font of the title should be in gray 900 and padding top 32px, 12px to bottom and 32px of font-size\n\n\n- [ ] Color of body text should be gray 600\n\n\n- [ ] More a content issue but, texts should not have 2 h1's \n\n\n\n",[2949],{"name":2950,"color":2951},"design","00bd6f",518,"[Resources] Live Events UI improvements","2022-05-20T13:19:34Z","https://github.com/nuxt/nuxt.com/issues/518",0.7128531,{"description":2958,"labels":2959,"number":2952,"owner":2868,"repository":2898,"state":2928,"title":2963,"updated_at":2964,"url":2965,"score":2956},"Hello, I got the following issue : \r\n(Even after removing ``node_modules`` and ``.nuxt`` folder)\r\n\r\nIt looks like adding ``vitest-environment-nuxt`` in package.json fix the issue. Do I have to keep it ? \r\n\r\nI have everything like in the documentation.\r\n\r\n```ts\r\nNuxi 3.2.2 22:13:03\r\nNuxt 3.2.2 with Nitro 2.2.2 22:13:03\r\n\r\n WARN Using experimental payload extraction for full-static output. You can opt-out by setting experimental.payloadExtraction to false.\r\n\r\nℹ Using Tailwind CSS from ~/assets/css/tailwind.css nuxt:tailwindcss 22:13:03\r\n\r\n ERROR Cannot find module 'vitest-environment-nuxt/module' 22:13:04\r\nRequire stack:\r\n- /home/mishaa/yago/hack-bcp/frontend/index.js\r\n\r\n Require stack:\r\n - index.js\r\n at Module._resolveFilename (node:internal/modules/cjs/loader:1053:15)\r\n at Function.resolve (node:internal/modules/helpers:118:19)\r\n at Function._resolve [as resolve] (node_modules/jiti/dist/jiti.js:1:240764)\r\n at resolveModule (node_modules/@nuxt/kit/dist/index.mjs:260:41)\r\n at normalizeModule (node_modules/@nuxt/kit/dist/index.mjs:451:18)\r\n at Object.installModule (node_modules/@nuxt/kit/dist/index.mjs:434:47)\r\n at setup (node_modules/nuxt-vitest/dist/module.cjs:22:15)\r\n at normalizedModule (node_modules/@nuxt/kit/dist/index.mjs:167:29)\r\n at async installModule (node_modules/@nuxt/kit/dist/index.mjs:435:15)\r\n at async initNuxt (node_modules/nuxt/dist/index.mjs:2253:7)\r\n```\r\nPackage.json : \r\n```json\r\n{\r\n \"private\": true,\r\n \"engines\": {\r\n \"node\": \">= 18.0.0\",\r\n \"pnpm\": \">= 7.0.0\"\r\n },\r\n \"scripts\": {\r\n \"build\": \"nuxt build\",\r\n \"dev\": \"nuxt dev\",\r\n \"generate\": \"nuxt generate\",\r\n \"preview\": \"nuxt preview\",\r\n \"postinstall\": \"nuxt prepare\",\r\n \"lint:all\": \"pnpm run lint && pnpm run format && pnpm run typecheck\",\r\n \"lint\": \"eslint --ext .js,.jsx,.ts,.tsx,.vue --fix --ignore-path .gitignore .\",\r\n \"format\": \"prettier --write --ignore-path .gitignore '**/*.{js,jsx,ts,tsx,vue}'\",\r\n \"typecheck\": \"nuxt typecheck\",\r\n \"test\": \"vitest --watch=false\"\r\n },\r\n \"devDependencies\": {\r\n \"@nuxt/eslint-config\": \"^0.1.1\",\r\n \"@nuxt/test-utils\": \"^3.2.2\",\r\n \"@nuxtjs/eslint-config-typescript\": \"^12.0.0\",\r\n \"@nuxtjs/tailwindcss\": \"^6.4.1\",\r\n \"@tailwindcss/forms\": \"^0.5.3\",\r\n \"@types/node\": \"^18.14.0\",\r\n \"@vitejs/plugin-vue\": \"^4.0.0\",\r\n \"@vue/test-utils\": \"^2.2.10\",\r\n \"eslint\": \"^8.34.0\",\r\n \"eslint-config-prettier\": \"^8.6.0\",\r\n \"eslint-plugin-nuxt\": \"^4.0.0\",\r\n \"eslint-plugin-prettier\": \"^4.2.1\",\r\n \"eslint-plugin-unicorn\": \"^45.0.2\",\r\n \"happy-dom\": \"^8.6.0\",\r\n \"nuxt\": \"^3.2.2\",\r\n \"nuxt-vitest\": \"^0.6.6\",\r\n \"prettier\": \"^2.8.4\",\r\n \"typescript\": \"^4.9.5\",\r\n \"vitest\": \"^0.28.5\",\r\n \"vue-tsc\": \"^1.1.3\"\r\n },\r\n \"dependencies\": {\r\n \"@headlessui/vue\": \"^1.7.10\",\r\n \"@pinia/nuxt\": \"^0.4.6\",\r\n \"crisp-sdk-web\": \"^1.0.13\",\r\n \"vue-google-maps-community-fork\": \"^0.2.2\",\r\n \"vue-gtag-next\": \"^1.14.0\"\r\n }\r\n}\r\n```\r\n",[2960],{"name":2961,"color":2962},"vitest-environment","b60205","Cannot find module 'vitest-environment-nuxt/module'","2023-12-02T00:17:10Z","https://github.com/nuxt/test-utils/issues/518",{"description":2967,"labels":2968,"number":2969,"owner":2868,"repository":2919,"state":2928,"title":2970,"updated_at":2971,"url":2972,"score":2973},"# Environment\r\n- Operating System: `MacOS`\r\n- Node Version: `v21.6.2`\r\n- Nuxt Version: `3.12.3`\r\n- Nitro Version: `2.9.7`\r\n\r\n```ts\r\nimport { defineNuxtConfig } from 'nuxt/config';\r\n\r\nexport default defineNuxtConfig({\r\n$production: {\r\n scripts: {\r\n registry: {\r\n googleTagManager: {\r\n token: 'GTM-MYCUSTOMID,\r\n },\r\n },\r\n },\r\n },\r\n})\r\n```\r\n\r\n### current result:\r\n> https://www.googletagmanager.com/gtm.js\r\n\r\n\r\n### expected result:\r\n> https://www.googletagmanager.com/gtm.js?id=GTM-MYCUSTOMID\r\n\r\n\u003Chr>\r\n\r\n## Solution\r\n\r\n### Using `id` instead `token`\r\n\r\n```ts\r\nimport { defineNuxtConfig } from 'nuxt/config';\r\n\r\nexport default defineNuxtConfig({\r\n$production: {\r\n scripts: {\r\n registry: {\r\n googleTagManager: {\r\n id: 'GTM-MYCUSTOMID,\r\n },\r\n },\r\n },\r\n },\r\n})\r\n```\r\n\r\n### final result:\r\n> https://www.googletagmanager.com/gtm.js?id=GTM-MYCUSTOMID\r\n",[],143,"googleTagManager `$production` token configuration is broken","2024-07-16T13:40:44Z","https://github.com/nuxt/scripts/issues/143",0.719169,["Reactive",2975],{},["Set"],["ShallowReactive",2978],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fjDsgY7X0UB1WKeUSoC36qwKlcTeDOy17CVtT8tooFX4":-1},"/nuxt/icon/155"]