\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.",[2013,2014,2017],{"name":1985,"color":1986},{"name":2015,"color":2016},"v3","49DCB8",{"name":2018,"color":2019},"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.7346865,{"description":2027,"labels":2028,"number":2029,"owner":1991,"repository":1992,"state":1993,"title":2030,"updated_at":2031,"url":2032,"score":2033},"Coming from #443.\n\n- [ ] Return font file priority from `unifont`.\n- [ ] In Nuxt Fonts, skip preloading based on the priority.",[],508,"Should not preload fallback fonts","2025-02-18T08:02:34Z","https://github.com/nuxt/fonts/issues/508",0.77106786,{"description":2035,"labels":2036,"number":1990,"owner":1991,"repository":2037,"state":2038,"title":2039,"updated_at":2040,"url":2041,"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","closed","Package import specifier \"#internal/nitro/virtual/app-config\" is not defined","2025-02-04T06:18:09Z","https://github.com/nuxt/icon/issues/204",{"description":2043,"labels":2044,"number":2004,"owner":1991,"repository":2047,"state":2038,"title":2048,"updated_at":2049,"url":2050,"score":2009},"- [x] `Get in touch` button on case study page CTA\n- [x] `Prev` and `Next` actions with `surround` from content module\n- [x] `Contact` and `Get started` buttons on case studies index page CTA\n- [x] Split `Prev` and `Next` to a component\n- [x] CTAs from index and slug page component\n\nOn the design part, as mentioned here https://github.com/nuxtlabs/nuxt.com/issues/189#issuecomment-1082889840:\n\n- [x] Right illustration on Pentest Tools showcase is splitted into two different svgs, I would need only one\n- [x] Right illustration on stores.jp showcase is way too big and does not fit its content",[2045],{"name":2002,"color":2046},"1ad6ff","nuxt.com","Case studies (remaining tasks)","2023-02-15T12:30:43Z","https://github.com/nuxt/nuxt.com/issues/238",{"description":2052,"labels":2053,"number":2057,"owner":1991,"repository":2047,"state":2038,"title":2058,"updated_at":2059,"url":2060,"score":2061},"",[2054],{"name":2055,"color":2056},"marketing","f5c828",645,"[Community] Fill `About` page description + content","2022-06-20T10:21:42Z","https://github.com/nuxt/nuxt.com/issues/645",0.7281048,{"description":2063,"labels":2064,"number":2074,"owner":1991,"repository":2021,"state":2038,"title":2075,"updated_at":2076,"url":2077,"score":2078},"### 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```",[2065,2066,2069,2070,2071],{"name":1985,"color":1986},{"name":2067,"color":2068},"needs reproduction","CB47CF",{"name":2015,"color":2016},{"name":2018,"color":2019},{"name":2072,"color":2073},"closed-by-bot","ededed",3531,"Issue with module nuxt-schema-org","2025-03-25T02:04:41Z","https://github.com/nuxt/ui/issues/3531",0.73433435,{"description":2080,"labels":2081,"number":2085,"owner":1991,"repository":2047,"state":2038,"title":2086,"updated_at":2087,"url":2088,"score":2089},"## 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",[2082],{"name":2083,"color":2084},"design","00bd6f",518,"[Resources] Live Events UI improvements","2022-05-20T13:19:34Z","https://github.com/nuxt/nuxt.com/issues/518",0.7387943,{"description":2091,"labels":2092,"number":2085,"owner":1991,"repository":2096,"state":2038,"title":2097,"updated_at":2098,"url":2099,"score":2089},"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",[2093],{"name":2094,"color":2095},"vitest-environment","b60205","test-utils","Cannot find module 'vitest-environment-nuxt/module'","2023-12-02T00:17:10Z","https://github.com/nuxt/test-utils/issues/518",["Reactive",2101],{},["Set"],["ShallowReactive",2104],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"-YUIddkYL2iOo1X8bDy2s1e5T6NBIlXYgyuHIEBYFiw":-1},"/nuxt/icon/59"]