\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,2004,2005],{"name":2002,"color":2003},"bug","d73a4a",{"name":1988,"color":1989},{"name":2006,"color":2007},"triage","ffffff",2859,"UInputNumber changes value on blur when not asked for","2024-12-08T12:04:52Z","https://github.com/nuxt/ui/issues/2859",0.7121185,{"description":2014,"labels":2015,"number":2018,"owner":1991,"repository":1992,"state":1993,"title":2019,"updated_at":2020,"url":2021,"score":2022},"### Description\n\nIt doesn't seem to apply using\n\ntailwind.config.js\n`export default {\n important: true \n}\n`",[2016,2017],{"name":1985,"color":1986},{"name":1988,"color":1989},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.71529377,{"description":2024,"labels":2025,"number":2031,"owner":1991,"repository":1992,"state":1993,"title":2032,"updated_at":2033,"url":2034,"score":2035},"### Description\n\nCurrently the label of a [switch](https://ui3.nuxt.dev/components/switch) is always on the right. It would be very very useful to be able to have in on the left as well, especially when a switch is aligned to the right.\n\n### Additional context\n\n_No response_",[2026,2029,2030],{"name":2027,"color":2028},"enhancement","a2eeef",{"name":1988,"color":1989},{"name":2006,"color":2007},3385,"Switch: Set label position (left/right)","2025-03-07T23:27:16Z","https://github.com/nuxt/ui/issues/3385",0.71930015,{"description":2037,"labels":2038,"number":2039,"owner":1991,"repository":2040,"state":1993,"title":2041,"updated_at":2042,"url":2043,"score":2044},"Coming from #443.\n\n- [ ] Return font file priority from `unifont`.\n- [ ] In Nuxt Fonts, skip preloading based on the priority.",[],508,"fonts","Should not preload fallback fonts","2025-02-18T08:02:34Z","https://github.com/nuxt/fonts/issues/508",0.7208227,{"description":2046,"labels":2047,"number":2051,"owner":1991,"repository":2052,"state":2053,"title":2054,"updated_at":2055,"url":2056,"score":2057},"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?",[2048],{"name":2049,"color":2050},"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.45625374,{"description":2059,"labels":2060,"number":2064,"owner":1991,"repository":2065,"state":2053,"title":2066,"updated_at":2067,"url":2068,"score":2069},"- [ ] 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`",[2061],{"name":2062,"color":2063},"roadmap","ff7a1a",534,"nuxt.com","`v2.nuxt.com`","2022-11-17T11:41:23Z","https://github.com/nuxt/nuxt.com/issues/534",0.60696614,{"description":2071,"labels":2072,"number":2064,"owner":1991,"repository":2052,"state":2053,"title":2074,"updated_at":2075,"url":2076,"score":2069},"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",[2073],{"name":2049,"color":2050},"setProps not working with mountSuspended","2023-12-19T09:11:16Z","https://github.com/nuxt/test-utils/issues/534",{"description":2078,"labels":2079,"number":2082,"owner":1991,"repository":2065,"state":2053,"title":2083,"updated_at":2084,"url":2085,"score":2086},"",[2080],{"name":2027,"color":2081},"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.6906377,{"description":2088,"labels":2089,"number":2082,"owner":1991,"repository":2052,"state":2053,"title":2091,"updated_at":2092,"url":2093,"score":2086},"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",[2090],{"name":2049,"color":2050},"renderSuspended example from readme is not working","2023-12-02T00:17:07Z","https://github.com/nuxt/test-utils/issues/546",["Reactive",2095],{},["Set"],["ShallowReactive",2098],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"wdtfN6iXLf-e0hbVYEG1glsOoQDMZtyg_09ethOEy3Y":-1},"/nuxt/nuxt.com/547"]