\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.",[2884,2885,2888],{"name":2868,"color":2869},{"name":2886,"color":2887},"v3","49DCB8",{"name":2889,"color":2890},"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.70335627,{"description":2898,"labels":2899,"number":2903,"owner":2874,"repository":2904,"state":2905,"title":2906,"updated_at":2907,"url":2908,"score":2909}," \n\n- [ ] No empty state for repositories, i put an example there nuxtlabs/nuxt.com#613\n\n\n- [x] Padding up & down the border should be 16px instead of 12px\n\n\n- [x] Icon should be 18px and space between icon & text should be 8px\n\n\n- [x] icon should be 20px and space between text & icon should also be 8px + underline should be only on text (width: calc(100% - 20px); right: 0;) and 4px below the actual position of it\n\n\n- [x] [Tablet] You can make 2 cols in tablet\n\n\n- [x] [Tablet] You can reduce image opacity like you do in mobile for tablet resolutions\n\n\n- [ ] [Mobile] Selects should be width full (in very small resolutions) nuxtlabs/nuxt.com#612\n\n**Idea**\n- [ ] [Mobile] Maybe adding a back to top on mobile because scroll can be very long\n\n\n- [x] [Darkmode] Repo title should be white\n\n\n- [x] Increase the space between Title & Description by 4px\n\n",[2900],{"name":2901,"color":2902},"enhancement","1ad6ff",609,"nuxt.com","closed","[Resources] Repositories improvements V2","2022-06-14T10:46:20Z","https://github.com/nuxt/nuxt.com/issues/609",0.6282575,{"description":2911,"labels":2912,"number":2903,"owner":2874,"repository":2916,"state":2905,"title":2917,"updated_at":2918,"url":2919,"score":2909},"When testing a composable that uses useAsyncData, errors get re-instantiated as the default Error class. This creates problems when testing code that acts on specific error instance types.\r\n\r\nI expect error instances to be used the way they are passed to the `mockResolvedValue` function.\r\n\r\nReproduction stackblitz: https://stackblitz.com/edit/nuxt-starter-69sxkx?file=composables%2FuseData.spec.ts\r\n\r\nRun `npm run test` to see the problem.",[2913],{"name":2914,"color":2915},"vitest-environment","b60205","test-utils","Rejected errors in useAsyncData are broken","2023-12-02T23:30:22Z","https://github.com/nuxt/test-utils/issues/609",{"description":2921,"labels":2922,"number":2873,"owner":2874,"repository":2923,"state":2905,"title":2924,"updated_at":2925,"url":2926,"score":2880},"### 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":2928,"labels":2929,"number":2939,"owner":2874,"repository":2892,"state":2905,"title":2940,"updated_at":2941,"url":2942,"score":2943},"### 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```",[2930,2931,2934,2935,2936],{"name":2868,"color":2869},{"name":2932,"color":2933},"needs reproduction","CB47CF",{"name":2886,"color":2887},{"name":2889,"color":2890},{"name":2937,"color":2938},"closed-by-bot","ededed",3531,"Issue with module nuxt-schema-org","2025-03-25T02:04:41Z","https://github.com/nuxt/ui/issues/3531",0.6563553,{"description":2945,"labels":2946,"number":2950,"owner":2874,"repository":2892,"state":2905,"title":2951,"updated_at":2952,"url":2953,"score":2954},"### For what version of Nuxt UI are you suggesting this?\n\nv3-alpha\n\n### Description\n\nUnless I've missed something in the docs, there doesn't seem to be a way to disable the search input in the SelectMenu component. In v2 the search feature was opt, is there a chance this will also be the case in v3?\n\n### Additional context\n\n_No response_",[2947,2949],{"name":2901,"color":2948},"a2eeef",{"name":2886,"color":2887},2516,"Disable search in select menu component","2024-11-03T09:28:03Z","https://github.com/nuxt/ui/issues/2516",0.65748733,{"description":2956,"labels":2957,"number":2961,"owner":2874,"repository":2892,"state":2905,"title":2962,"updated_at":2963,"url":2964,"score":2965},"### 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```",[2958,2959,2960],{"name":2868,"color":2869},{"name":2886,"color":2887},{"name":2889,"color":2890},3804,"`ui.nuxt.com` 500 errors","2025-04-08T00:51:08Z","https://github.com/nuxt/ui/issues/3804",0.6639448,{"description":2967,"labels":2968,"number":2971,"owner":2874,"repository":2916,"state":2905,"title":2972,"updated_at":2973,"url":2974,"score":2975},"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",[2969,2970],{"name":2901,"color":2948},{"name":2914,"color":2915},605,"Is it possible to create better error logs?","2023-12-05T16:15:41Z","https://github.com/nuxt/test-utils/issues/605",0.6750368,{"description":2977,"labels":2978,"number":2982,"owner":2874,"repository":2892,"state":2905,"title":2983,"updated_at":2984,"url":2985,"score":2986},"### Description\n\nHi,\n\nIs it possible to trigger an open / change of a tab in the tabs module? I'm using url queries to track tab changes and I want to be able to trigger a change to open a specific tab without having to refresh the page (as mentioned in the docs \"Control the selected index\"). Is there a way to reliably do this? I can hack this using document.querySelector..click() but it's not ideal.\n\nWould be v useful!",[2979],{"name":2980,"color":2981},"question","d876e3",3403,"Trigger change of tab","2025-02-28T11:40:41Z","https://github.com/nuxt/ui/issues/3403",0.6782647,["Reactive",2988],{},["Set"],["ShallowReactive",2991],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f0-4BTekLPFE-nKzzPuqqEYWVuC8UGLBg-JUroeT4Wmg":-1},"/nuxt/ui/3240"]