\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.75551724,{"description":2015,"labels":2016,"number":2017,"owner":1991,"repository":2018,"state":2019,"title":2020,"updated_at":2021,"url":2022,"score":2023},"# 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,"scripts","closed","googleTagManager `$production` token configuration is broken","2024-07-16T13:40:44Z","https://github.com/nuxt/scripts/issues/143",0.67327493,{"description":2025,"labels":2026,"number":2027,"owner":1991,"repository":2028,"state":2019,"title":2029,"updated_at":2030,"url":2031,"score":2032},"Hey there, thanks so much for this module! It's absolutely great and easy to use.\r\nI noticed something though, where I couldn't find a config for. In Production, the icons are loaded over the network via `https://api.iconify.design/ri.json?icons=icon-name`. This can cause several issues, such as:\r\n\r\n- When API is potentially offline, users would not see icons?\r\n- In the EU it's actually a law issue with GDPR since the HTTP endpoint could receive & process some personal data in the headers (I'm sure you don't, but of course I don't have any control), like the IP, User-Agent, Refrerrer, etc. See the google fonts GDPR issue https://complianz.io/google-fonts-and-gdpr-does-it-work/)\r\n- The loading times for slow connections could be high, leading in slower web loading times\r\n- Building offline apps (PWAs) might be more difficult (I see that it gets cached in localStorage)\r\n- Other general issues I may not have listed above\r\n\r\nMaybe I'm understanding wrong and the Module perfectly works without connecting to this API, but I think it would be great to have an option to store all used icons locally on build and request them from a local server endpoint.",[],34,"icon","[Feature Request] Include Icons in build instead of doing network requests","2024-11-06T15:21:25Z","https://github.com/nuxt/icon/issues/34",0.68342143,{"description":2034,"labels":2035,"number":2039,"owner":1991,"repository":2009,"state":2019,"title":2040,"updated_at":2041,"url":2042,"score":2043},"### Environment\n\nWhen navigating to any component on the `ui.nuxt.com` website, it displays a 500 error and fails to show any content.\n\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.2\n\n### Reproduction\n\nhttps://ui.nuxt.com\n\n### Description\n\nWhen using the `ui.nuxt.com` website and navigating to any component, the site 500 errors.\n\n### Additional context\n\nOnly seems to occur on the latest version of firefox, works fine on chrome.\n\n### Logs\n\n```shell-script\n\n```",[2036,2037,2038],{"name":1985,"color":1986},{"name":2003,"color":2004},{"name":2006,"color":2007},3804,"`ui.nuxt.com` 500 errors","2025-04-08T00:51:08Z","https://github.com/nuxt/ui/issues/3804",0.68795556,{"description":2045,"labels":2046,"number":1990,"owner":1991,"repository":2028,"state":2019,"title":2047,"updated_at":2048,"url":2049,"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",[],"Package import specifier \"#internal/nitro/virtual/app-config\" is not defined","2025-02-04T06:18:09Z","https://github.com/nuxt/icon/issues/204",{"description":2051,"labels":2052,"number":2060,"owner":1991,"repository":2009,"state":2019,"title":2061,"updated_at":2062,"url":2063,"score":2064},"### 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.",[2053,2056,2057],{"name":2054,"color":2055},"question","d876e3",{"name":2003,"color":2004},{"name":2058,"color":2059},"reka-ui","56d799",3240,"Checkbox & Radio rendered as a button? No Native Input Element.","2025-02-05T09:14:50Z","https://github.com/nuxt/ui/issues/3240",0.70247245,{"description":2066,"labels":2067,"number":2074,"owner":1991,"repository":2075,"state":2019,"title":2076,"updated_at":2077,"url":2078,"score":2079},"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",[2068,2071],{"name":2069,"color":2070},"enhancement","a2eeef",{"name":2072,"color":2073},"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.70625776,{"description":2081,"labels":2082,"number":2092,"owner":1991,"repository":2009,"state":2019,"title":2093,"updated_at":2094,"url":2095,"score":2096},"### Environment\n\nThank you for this awesome module. I am not sure that this issue should be reported here but in case there is an issue with this module and `nuxt-schema-org`. When the UI package (v3.0.0-beta.3) is installed and after I try to install `nuxt-schema-org` it throws an error ` ERROR Could not load nuxt-schema-org. Is it installed?` The issue is not reproducible with UI version 2.* \n\n-- Operation System: macOS 15\n-- nuxt versions: 3.16.0\n-- node version: 20\n-- package manager: yarn \n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-beta.3\n\n### Reproduction\n\nnuxt config can be helpful \n```\nexport default defineNuxtConfig({\n future: {\n compatibilityVersion: 4,\n },\n compatibilityDate: \"2024-11-01\",\n devtools: { enabled: true },\n app: {\n head: {\n title: 'Nuxt', // default fallback title\n link: [\n { rel: 'icon', type: 'image/x-icon', sizes: \"16x16\", href: '/assets/favicon-16x16.png' },\n { rel: 'icon', type: 'image/x-icon', sizes: \"32x32\", href: '/assets/favicon-32x32.png' },\n { rel: 'icon', type: 'image/x-icon', sizes: \"48x48\", href: '/assets/favicon-48x48.png' },\n { rel: 'icon', type: 'image/x-icon', sizes: \"192x192\", href: '/assets/android-chrome-192x192.png' },\n { rel: 'icon', type: 'image/x-icon', sizes: \"512x512\", href: '/assets/android-chrome-512x512.png' },\n {\n rel: 'apple-touch-icon',\n type: 'image/x-icon',\n sizes: \"180x180\",\n href: '/assets/apple-touch-icon.png'\n },\n ]\n }\n },\n modules: [\n 'nuxt-schema-org',\n \"@nuxt/image\",\n \"@nuxtjs/i18n\",\n '@nuxt/ui',\n \"@nuxt/eslint\",\n \"@nuxt/test-utils/module\",\n \"@pinia/nuxt\",\n \"nuxt-time\"\n ],\n i18n: {\n baseUrl: 'https://...',\n locales: [\n { code: \"en\", language: \"en-US\", name: \"EN\" },\n { code: \"ru\", language: \"ru-RU\", name: \"RU\" },\n { code: \"kz\", language: \"kk-KZ\", name: \"KZ\", hreflang: 'kk' },\n ],\n defaultLocale: \"ru\",\n vueI18n: \"~~/i18n.config.ts\", // if you are using custom path, default\n },\n image: {\n domains: [\"....com\"],\n },\n\n routeRules: {\n \"/\": { redirect: '/blog' },\n \"/blog\": { swr: true },\n \"/blog/category/**\": { swr: true },\n \"/blog/article/**\": { ssr: true },\n },\n runtimeConfig: {\n public: {\n apiBase: process.env.NUXT_PUBLIC_API_BASE || \"https://...\",\n },\n },\n sourcemap: {\n server: true,\n client: true,\n }\n});\n```\n\n### Description\n\nconflict with nuxt-schema-org\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2083,2084,2087,2088,2089],{"name":1985,"color":1986},{"name":2085,"color":2086},"needs reproduction","CB47CF",{"name":2003,"color":2004},{"name":2006,"color":2007},{"name":2090,"color":2091},"closed-by-bot","ededed",3531,"Issue with module nuxt-schema-org","2025-03-25T02:04:41Z","https://github.com/nuxt/ui/issues/3531",0.7273102,{"description":2098,"labels":2099,"number":2108,"owner":1991,"repository":2075,"state":2019,"title":2109,"updated_at":2110,"url":2111,"score":2112},"In `v0.8.1` emitted events were fixed in mountSuspended, but they still doesn't work with `defineModel`.\r\n\r\nAdded some tests for it in nuxt/nuxt-vitest#193.",[2100,2101,2104,2105],{"name":1985,"color":1986},{"name":2102,"color":2103},"good first issue","7057ff",{"name":2072,"color":2073},{"name":2106,"color":2107},"good reproduction ✨","087F54",572,"Emitted events doesn't work with defineModel","2025-02-21T12:47:43Z","https://github.com/nuxt/test-utils/issues/572",0.7313106,["Reactive",2114],{},["Set"],["ShallowReactive",2117],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"OZENUjgT2bagcknLECtSLFswqL2pycjdju_yeatbVK4":-1},"/nuxt/icon/188"]