\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.",[2867,2870,2873],{"name":2868,"color":2869},"bug","d73a4a",{"name":2871,"color":2872},"v3","49DCB8",{"name":2874,"color":2875},"triage","ffffff",2859,"nuxt","ui","open","UInputNumber changes value on blur when not asked for","2024-12-08T12:04:52Z","https://github.com/nuxt/ui/issues/2859",0.7050248,{"description":2885,"labels":2886,"number":2887,"owner":2877,"repository":2888,"state":2879,"title":2889,"updated_at":2890,"url":2891,"score":2892},"\r\n\u003Cimg width=\"1229\" alt=\"image\" src=\"https://github.com/nuxt/nuxt.com/assets/73933669/a8b6473a-c737-4783-ad7f-148b07f0bf56\">\r\n\r\nhttps://github.com/nuxt/nuxt.com/assets/73933669/747e1528-e1b6-4c89-ae63-4afc0d74e471\r\n\r\n\r\nBrowser: Safari (i think this issue might be on every browser)\r\n\r\nHow to reproduce:\r\nSpam `cmd + r` if you're on windows `ctrl + r`.",[],1582,"nuxt.com","Cannot load payload ~ A bug maybe","2024-05-15T07:13:12Z","https://github.com/nuxt/nuxt.com/issues/1582",0.7199873,{"description":2894,"labels":2895,"number":2899,"owner":2877,"repository":2900,"state":2879,"title":2901,"updated_at":2902,"url":2903,"score":2904},"### 🆒 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_",[2896],{"name":2897,"color":2898},"enhancement","a2eeef",238,"scripts","Server side GA4","2024-09-03T13:45:06Z","https://github.com/nuxt/scripts/issues/238",0.7211253,{"description":2906,"labels":2907,"number":2912,"owner":2877,"repository":2878,"state":2879,"title":2913,"updated_at":2914,"url":2915,"score":2916},"### Description\n\nIt doesn't seem to apply using\n\ntailwind.config.js\n`export default {\n important: true \n}\n`",[2908,2911],{"name":2909,"color":2910},"question","d876e3",{"name":2871,"color":2872},3528,"Is there a way to apply Tailwind Important Mode through Nuxt UI?","2025-03-14T22:49:40Z","https://github.com/nuxt/ui/issues/3528",0.72161496,{"description":2918,"labels":2919,"number":2923,"owner":2877,"repository":2924,"state":2925,"title":2926,"updated_at":2927,"url":2928,"score":2929},"I've have run into use case that seems peculiar, but I wanted to pose it here in case it's something that would make sense to bundle into this package as an enhancement.\r\n\r\nPut simply, I needed to do something like `registerEndpoint`, but to be able to set it up _before the Nuxt app starts_. We've tried calling `registerEndpoint` as early as possible, but from what I've seen, this just mocks calls for once the Vue app is mounted to the window, not before.\r\n\r\nWhat I've landed on as a solution is have a Nuxt plugin that's only included for test runs which replaces the global `$fetch` with a mock implementation of `$fetch` wrapped in `vi.fn()`, plus a mock implementation of `$fetch.create`. That's coupled with an object that can be configured with the return values like so:\r\n\r\n```ts\r\nconst endpointMocks = {\r\n 'http://0.0.0.0:8000/api/1.0': {\r\n some: {\r\n endpoint: () => ({ ok: true }),\r\n },\r\n },\r\n};\r\n```\r\n\r\nRight now it catches any call that doesn't match a path in this object, and raises an error instead of making a request.\r\n\r\nIs this a feature that would be desirable to be included as part of `nuxt-vitest`? Or perhaps would this be better suited as its own module/package elsewhere?",[2920],{"name":2921,"color":2922},"vitest-environment","b60205",547,"test-utils","closed","enhancement: mocking $fetch before app starts (@sidebase/nuxt-auth)","2023-12-02T23:39:53Z","https://github.com/nuxt/test-utils/issues/547",0.4749418,{"description":2931,"labels":2932,"number":2936,"owner":2877,"repository":2888,"state":2925,"title":2937,"updated_at":2938,"url":2939,"score":2940},"- [ ] 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`",[2933],{"name":2934,"color":2935},"roadmap","ff7a1a",534,"`v2.nuxt.com`","2022-11-17T11:41:23Z","https://github.com/nuxt/nuxt.com/issues/534",0.6075165,{"description":2942,"labels":2943,"number":2936,"owner":2877,"repository":2924,"state":2925,"title":2945,"updated_at":2946,"url":2947,"score":2940},"When updating setProps the target component is not being updated.\r\n\r\n```\r\nExtraneous non-props attributes (title) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. \r\n```\r\n\r\nReproduction: https://stackblitz.com/edit/nuxt-starter-quawkh?file=pages%2F__tests__%2FTestComponent.nuxt.spec.js",[2944],{"name":2921,"color":2922},"setProps not working with mountSuspended","2023-12-19T09:11:16Z","https://github.com/nuxt/test-utils/issues/534",{"description":2949,"labels":2950,"number":2953,"owner":2877,"repository":2888,"state":2925,"title":2954,"updated_at":2955,"url":2956,"score":2957},"",[2951],{"name":2897,"color":2952},"1ad6ff",546,"[Company] Careers extract slug page to a component `CompanyCareersOfferLayout`","2023-02-15T12:32:31Z","https://github.com/nuxt/nuxt.com/issues/546",0.6831972,{"description":2959,"labels":2960,"number":2953,"owner":2877,"repository":2924,"state":2925,"title":2962,"updated_at":2963,"url":2964,"score":2957},"nuxt-vitest 0.10.3 installs vitest-environment-nuxt 0.10.2 instead of 0.10.3 (check pnpm-lock.yaml) \r\n[Reproduction](https://stackblitz.com/edit/nuxt-vitest-mmrv19?file=package.json,test%2FUserLink.nuxt.test.ts,pnpm-lock.yaml)\r\n\r\nWith manually installed vitest-environment-nuxt 0.10.3 code from readme still not working [reproduction](https://stackblitz.com/edit/nuxt-vitest-fdtb54?file=test%2FUserLink.nuxt.test.ts), import must be replaced to \r\n`import { renderSuspended } from 'vitest-environment-nuxt/utils'` to make it work or something needs to be fixed.\r\n\r\n",[2961],{"name":2921,"color":2922},"renderSuspended example from readme is not working","2023-12-02T00:17:07Z","https://github.com/nuxt/test-utils/issues/546",{"description":2966,"labels":2967,"number":2970,"owner":2877,"repository":2924,"state":2925,"title":2971,"updated_at":2972,"url":2973,"score":2974},"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",[2968,2969],{"name":2897,"color":2898},{"name":2921,"color":2922},605,"Is it possible to create better error logs?","2023-12-05T16:15:41Z","https://github.com/nuxt/test-utils/issues/605",0.69927,["Reactive",2976],{},["Set"],["ShallowReactive",2979],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fwdtfN6iXLf-e0hbVYEG1glsOoQDMZtyg_09ethOEy3Y":-1},"/nuxt/nuxt.com/547"]