\n \u003CUInput v-model=\"state.name1\" placeholder=\"...\" />\n\u003C/UModal>\n```\n\nWhen a modal contains one or more input boxes, the first input box will always get focus automatically.\nIf I manually add a close button in the upper right corner, it will trigger a validation when I click it. This is not good. How can I avoid the input box getting focus when opening the modal?\n\n### Additional context\n\n\n\n\n### Logs\n\n```shell-script\n\n```",[2023,2026],{"name":2024,"color":2025},"bug","d73a4a",{"name":1999,"color":2000},3062,"The input box in the modal will automatically gain focus","2025-01-10T08:36:56Z","https://github.com/nuxt/ui/issues/3062",0.7635329,{"description":2033,"labels":2034,"number":2037,"owner":1985,"repository":2038,"state":2039,"title":2040,"updated_at":2041,"url":2042,"score":2043},"https://github.com/Saul-Mirone/milkdown/releases\n\nThis need in depth investigation & refactor as there has been collaborative support related changes.",[2035],{"name":1996,"color":2036},"1ad6ff",513,"nuxt.com","closed","[Milkdown] Upgrade to Milkdown 6.1","2023-06-06T12:14:55Z","https://github.com/nuxt/nuxt.com/issues/513",0.6856143,{"description":2045,"labels":2046,"number":2037,"owner":1985,"repository":2050,"state":2039,"title":2051,"updated_at":2052,"url":2053,"score":2043},"Whenever I run any unit test with a file with `*.nuxt.spec.*` in the name I get the following errors:\r\n\r\n```\r\n[Vue Router warn]: No match found for location with path \"blank\"\r\n[Vue Router warn]: No match found for location with path \"blank\"\r\n[Vue Router warn]: No match found for location with path \"blank\"\r\n[Vue Router warn]: No match found for location with path \"/blank\"\r\n```\r\nI've tried mocking the router and also [creating a new router](https://test-utils.vuejs.org/guide/advanced/vue-router.html#using-a-real-router) but nothing seems to help.\r\n\r\nModalShell.nuxt.spec.ts\r\n```\r\nimport { describe, it, beforeEach, expect } from 'vitest'\r\nimport { VueWrapper } from '@vue/test-utils'\r\nimport { mountWrapper } from '@/tests/testUtils'\r\nimport ModalShell from '@/components/shared/ModalShell.vue'\r\n\r\ndescribe('Invite Members Modal', () => {\r\n let wrapper: VueWrapper\r\n\r\n beforeEach(() => {\r\n wrapper = mountWrapper({\r\n component: ModalShell,\r\n })\r\n })\r\n\r\n it('matches snapshot', () => {\r\n expect(wrapper.html()).toMatchSnapshot()\r\n })\r\n})\r\n```\r\n\r\ntestUtils.ts\r\n```\r\nimport { shallowMount, RouterLinkStub } from '@vue/test-utils'\r\nimport { createTestingPinia } from '@pinia/testing'\r\nimport { createI18n } from 'vue-i18n'\r\nimport messages from '@/lang/messages'\r\n\r\ninterface MountConfig {\r\n component?: object\r\n initialState?: object\r\n props?: object\r\n}\r\n\r\nexport function mountWrapper({ component, initialState, props }: MountConfig) {\r\n const i18n = createI18n({\r\n legacy: false,\r\n globalInjection: true,\r\n locale: 'en',\r\n messages,\r\n })\r\n\r\n return shallowMount(component as object, {\r\n global: {\r\n plugins: [\r\n createTestingPinia({\r\n initialState,\r\n }),\r\n i18n,\r\n ],\r\n stubs: {\r\n NuxtLink: RouterLinkStub,\r\n },\r\n },\r\n props,\r\n })\r\n}\r\n\r\nexport { createTestingPinia }\r\n```\r\n\r\nAny help is appreciated. Thanks",[2047],{"name":2048,"color":2049},"vitest-environment","b60205","test-utils","[Vue Router warn]: No match found for location with path \"blank\"","2023-12-02T00:32:17Z","https://github.com/nuxt/test-utils/issues/513",{"description":2055,"labels":2056,"number":2058,"owner":1985,"repository":2038,"state":2039,"title":2059,"updated_at":2060,"url":2061,"score":2062},"",[2057],{"name":1996,"color":2036},379,"[Live collab] Handle case when current file is renamed by a collaborator","2023-02-15T12:31:27Z","https://github.com/nuxt/nuxt.com/issues/379",0.6945755,{"description":2064,"labels":2065,"number":2071,"owner":1985,"repository":2002,"state":2039,"title":2072,"updated_at":2073,"url":2074,"score":2075},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v22.13.1\n- Nuxt Version: -\n- CLI Version: 3.21.1\n- Nitro Version: -\n- Package Manager: npm@10.9.2\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nVue\n\n### Version\n\n3.0.0-alpha.12\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/purple-water-45l2vr\n\n### Description\n\nIn the Vue application when using the example of how to use the Table component, errors appear with `[Vue warn]: Failed to resolve component: `by which the code cannot be compiled correctly. \n\nThe exact issue here is for example: `const UButton = resolveComponent('UButton')`\n\nIn the reproduction link is the described issue for clear\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2066,2067,2068],{"name":2024,"color":2025},{"name":2012,"color":2013},{"name":2069,"color":2070},"vue","42b883",3235,"Failed to resolve component in Vue Template","2025-02-19T11:00:41Z","https://github.com/nuxt/ui/issues/3235",0.73194087,{"description":2077,"labels":2078,"number":2082,"owner":1985,"repository":1985,"state":2039,"title":2083,"updated_at":2084,"url":2085,"score":2086},"Should watch the file changes and rebuild in dev env.\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2248\">#c2248\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2079],{"name":2080,"color":2081},"2.x","d4c5f9",2583,"styleResources : watch the file changes","2023-01-18T16:02:22Z","https://github.com/nuxt/nuxt/issues/2583",0.73893815,{"description":2088,"labels":2089,"number":2093,"owner":1985,"repository":2002,"state":2039,"title":2094,"updated_at":2095,"url":2096,"score":2097},"### Description\n\nI would like to style my Radio component like this -\n\n\nBut Nuxt UI default styling gives me this. Without much ability to customize -\n\n\nI achieved the first styling in a very hacky way. I saw the DOM of the `\u003CURadioGroup>` component and used deep selector to style child tags. Some class selectors that are used are from tailwind like the items-start (styling code in the comment section). Not the best way, but it works.\n\nIs there a more elegant and straightforward way to do this?\n",[2090],{"name":2091,"color":2092},"question","d876e3",2950,"NuxtUI custom styling of URadioGroup component","2024-12-22T15:40:17Z","https://github.com/nuxt/ui/issues/2950",0.75528723,["Reactive",2099],{},["Set"],["ShallowReactive",2102],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"4vTN_q_fJKo1Z0-sKCrBORJ0qHQiuz8nZF_qJPncpaI":-1},"/nuxt/nuxt.com/996"]