`\r\n\r\n### What is actually happening?\r\n\r\n`\u003CUiSelect v-model=\"select\"/>`",[3034,3036],{"name":3021,"color":3035},"E99695",{"name":3037,"color":3038},"2.x","d4c5f9",8868,"closed","How to export without folder name?","2023-01-22T15:38:48Z","https://github.com/nuxt/nuxt/issues/8868",0.7060371,{"description":3046,"labels":3047,"number":3052,"owner":3024,"repository":3024,"state":3040,"title":3053,"updated_at":3054,"url":3055,"score":3056},"### Environment\r\n\r\nNuxi 3.0.0-rc.13 20:22:58\r\nRootDir: /home/projects/github-qzrjux-htpepl 20:23:00\r\nNuxt project info: 20:23:00\r\n\r\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v16.14.2`\r\n- Nuxt Version: `3.0.0-rc.13`\r\n- Nitro Version: `0.6.1`\r\n- Package Manager: `npm@7.17.0`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\r\n### Reproduction\r\n\r\nhttps://github.com/JWPapi/github-qzrjux-htpepl\r\n\r\n### Describe the bug\r\n\r\nIn the `pages` directory I’ve created a file `test.vue` and a folder `test` with a file `[handle].vue` When now visiting `/test/hello` I would expect to see the component in `[handle].vue`, but I see the component `test.vue`\r\n\r\nMaybe that’s how it’s supposed to be, but not from my understanding and not from @maj3stik from Discord.\r\n\r\n\r\n\r\n",[3048,3051],{"name":3049,"color":3050},"3.x","29bc7f",{"name":3021,"color":3035},15385,"Dynamic Files in directories display a Vue component with similar name as directory is present.","2023-01-19T17:49:24Z","https://github.com/nuxt/nuxt/issues/15385",0.70931906,{"description":3058,"labels":3059,"number":3069,"owner":3024,"repository":3070,"state":3040,"title":3071,"updated_at":3072,"url":3073,"score":3074},"### Environment\n\n```\n- Operating System: `Linux`\n- Node Version: `v23.11.0`\n- Nuxt Version: `3.17.2`\n- CLI Version: `3.25.0`\n- Nitro Version: `2.11.11`\n- Package Manager: `pnpm@10.10.0`\n- Builder: `-`\n- User Config: `devtools`, `modules`, `css`, `future`, `compatibilityDate`\n- Runtime Modules: `@nuxt/ui@3.1.1`, `@nuxt/eslint@1.3.1`\n- Build Modules: `-`\n```\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.17.2\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/nuxt-ui3-n3sxks\n\nSample code for fiddling:\n```vue\n\u003Ctemplate>\n \u003CUCard>\n \u003CUFormField>\n \u003CUCheckbox v-model=\"isRtl\" label=\"Right to Left\" />\n \u003C/UFormField>\n \n \u003Cdiv class=\"mt-4 space-y-4 space-x-4\">\n \u003CUFormField label=\"Dynamic Direction Select\">\n \u003CUSelect\n v-model=\"selected\"\n :items=\"items\"\n :dir=\"dir\"\n label=\"Dynamic Direction Select\"\n placeholder=\"Select an option\"\n class=\"w-full max-w-2xl\"\n />\n \u003C/UFormField>\n \n \u003CUFormField label=\"Left to Right\">\n \u003CUSelect\n v-model=\"selected2\"\n :items=\"items\"\n dir=\"ltr\"\n label=\"LTR Select\"\n placeholder=\"Select an option\"\n class=\"w-full max-w-2xl\"\n />\n \u003C/UFormField>\n\n \u003CUFormField label=\"Right to Left\">\n \u003CUSelect\n v-model=\"selected3\"\n :items=\"items\"\n dir=\"rtl\"\n label=\"RTL Select\"\n placeholder=\"Select an option\"\n class=\"w-full max-w-2xl\"\n />\n \u003C/UFormField>\n \u003C/div>\n \u003C/UCard>\n\u003C/template>\n\n\u003Cscript setup>\nconst isRtl = ref(false)\nconst selected = ref('')\nconst selected2 = ref('')\nconst selected3 = ref('')\n\nconst items = [\n 'Item 1',\n 'Item 2',\n 'Item 3',\n 'Item 4',\n 'Item 5',\n 'Item 6',\n 'Item 7',\n]\n\nconst dir = computed(() => isRtl.value ? 'rtl' : 'ltr')\n\u003C/script>\n```\n\n### Description\n\nIt seems `USelect` component ignores the `dir` attribute. This make it inconsistence with the rest of UI components. This issue makes the UI look wierd when localized to RTL languages.\nBoth `\u003CUSelect dir=\"rtl\" ...>` and `\u003CUSelect dir=\"ltr\" ...>` component have `dir=\"ltr\"`.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3060,3063,3066],{"name":3061,"color":3062},"bug","d73a4a",{"name":3064,"color":3065},"v3","49DCB8",{"name":3067,"color":3068},"triage","ffffff",4131,"ui","USelect ignores dir attribute","2025-05-13T14:10:12Z","https://github.com/nuxt/ui/issues/4131",0.7115367,{"description":3076,"labels":3077,"number":3082,"owner":3024,"repository":3024,"state":3040,"title":3083,"updated_at":3084,"url":3085,"score":3086},"### Environment\n\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v18.18.2\r\n- Nuxt Version: 3.13.1\r\n- CLI Version: 3.13.1\r\n- Nitro Version: 2.9.7\r\n- Package Manager: yarn@4.4.1\r\n- Builder: -\r\n- User Config: future, srcDir, dir, components, alias, typescript, devtools, modules, routeRules, tailwindcss, postcss, compatibilityDate\r\n- Runtime Modules: @nuxtjs/tailwindcss@6.12.1, @nuxt/image@1.8.0, @nuxt/eslint@0.5.5, @nuxt/content@2.13.2\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nNot working hover events demo: nuxt@3.13.1 + vue@3.5.2\r\nhttps://stackblitz.com/edit/nuxt-vue-3-4-beta-squnun?file=src%2Fpages%2Fhome%2FHomePage.vue,src%2Fshared%2Fui%2Fthumb-carousel%2Fuse-thumb-carousel.ts\r\n\r\nWorking demo: nuxt@3.13.0 + vue@3.4.8\r\nhttps://stackblitz.com/edit/nuxt-vue-3-4-beta-uiqqjl?file=src%2Fpages%2Fhome%2FHomePage.vue,src%2Fshared%2Fui%2Fthumb-carousel%2Fuse-thumb-carousel.ts\r\n\r\nWorking non-nuxt demo: Vite(vike) + vue@3.5.2\r\nhttps://stackblitz.com/edit/dajced?file=pages%2Findex%2F%2BPage.vue,components%2Fthumb-carousel%2Fuse-thumb-carousel.ts\r\n\n\n### Describe the bug\n\n- Open non-working demo\r\n- Wait for the server to start up\r\n- Reload the page (1/twice)\r\n- Hover over the thumbs.\r\n- Navigation should work, but nothing happens, although the carousel itself is initialized\r\n\r\nIn working demos all works fine.\n\n### Additional context\n\nI don't understand what must have been changed in nuxt for my code to stop working.\r\nCan you look at the source code of the `useThumbCarousel` hook that links carousel initialization with expected behavior - maybe there is some part of the code there that causes problems? I'm thinking about watchers or refs.\n\n### Logs\n\n_No response_",[3078,3079],{"name":3021,"color":3035},{"name":3080,"color":3081},"possible regression","B90A42",28856,"Something broken with latest vue (3.5.2+) and latest nuxt (3.13.1)","2024-09-11T19:49:43Z","https://github.com/nuxt/nuxt/issues/28856",0.711983,{"labels":3088,"number":3093,"owner":3024,"repository":3024,"state":3040,"title":3094,"updated_at":3095,"url":3096,"score":3097},[3089,3091,3092],{"name":3090,"color":3068},"stale",{"name":3021,"color":3035},{"name":3037,"color":3038},10163,"components dir “~assets” require image cant work normal","2023-01-22T15:45:12Z","https://github.com/nuxt/nuxt/issues/10163",0.7172792,{"description":3099,"labels":3100,"number":3103,"owner":3024,"repository":3070,"state":3040,"title":3104,"updated_at":3105,"url":3106,"score":3107},"### Environment\n\n- Operating System: Linux\n- Node Version: v22.14.0\n- Nuxt Version: 3.17.1\n- CLI Version: 3.25.0\n- Nitro Version: 2.11.11\n- Package Manager: npm@10.9.2\n- Builder: -\n- User Config: app, build, colorMode, compatibilityDate, debug, devtools, fonts, future, hooks, i18n, icon, imports, modules, nitro, routeRules, runtimeConfig, security, ssr, sourcemap, css, telemetry, vite\n- Runtime Modules: @nuxt/eslint@1.3.0, @pinia/nuxt@0.11.0, @vueuse/nuxt@13.1.0, @nuxtjs/i18n@9.5.3, nuxt-security@2.2.0, @nuxt/ui@3.1.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.0\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/weathered-resonance-r7wcmc?file=%2Fapp%2Fpages%2Findex.vue\n\n### Description\n\nThe carousel item generic type does not seem to work anymore. Unfortunately I'm not sure, which is the last version of nuxt ui where it works :(\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n'item' is possibly 'null'. \nProperty 'title' does not exist on type 'string | number | Record\u003Cstring, any>'.\n Property 'title' does not exist on type 'string'.\n```",[3101,3102],{"name":3061,"color":3062},{"name":3064,"color":3065},4020,"Generic Type Issue with Carousel Component","2025-04-29T15:39:36Z","https://github.com/nuxt/ui/issues/4020",0.7174571,{"description":3109,"labels":3110,"number":3117,"owner":3024,"repository":3070,"state":3040,"title":3118,"updated_at":3119,"url":3120,"score":3121},"### Environment\n\n- Operating System: Linux\n- Node Version: v22.13.1\n- Nuxt Version: 3.15.4\n- CLI Version: 3.22.2\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@10.6.1\n- Builder: -\n- User Config: ssr, dev, debug, app, modules, devtools, css, icon, future, nitro, vite, compatibilityDate, typescript, runtimeConfig, eslint\n- Runtime Modules: @nuxt/eslint@1.1.0, @nuxt/ui-pro@3.0.0-beta.2, @nuxt/image@1.9.0, @vueuse/nuxt@12.7.0\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-beta.2\n\n### Reproduction\n\nFor the PageList component, the first child is correctly converted to a li, the remaining ones are still divs and haven't been converted. Also, the data-orientation value of the first li is incorrectly forced to vertical.\n\n### Description\n\nFor the PageList component, the first child is correctly converted to a li, the remaining ones are still divs and haven't been converted. Also, the data-orientation value of the f\n\n\u003Cimg width=\"603\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/1db776b9-a16f-4788-8834-c68dfa931c7f\" />\n\nirst li is incorrectly forced to vertical.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3111,3112,3113,3116],{"name":3061,"color":3062},{"name":3064,"color":3065},{"name":3114,"color":3115},"pro","5BD3CB",{"name":3067,"color":3068},3485,"For the PageList component, the first child is correctly converted to a li, the remaining ones are still divs and haven't been converted. Also, the data-orientation value of the first li is incorrectly forced to vertical.","2025-03-08T16:32:27Z","https://github.com/nuxt/ui/issues/3485",0.7183846,{"description":3123,"labels":3124,"number":3129,"owner":3024,"repository":3024,"state":3040,"title":3130,"updated_at":3131,"url":3132,"score":3133},"### Environment\n\n------------------------------\n- Operating System: Windows_NT\n- Node Version: v20.11.1\n- Nuxt Version: 3.14.0\n- CLI Version: 3.20.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.8.3\n- Builder: -\n- User Config: devtools, devServer, modules, vite, shadcn, colorMode, css, routeRules, imports, runtimeConfig, compatibilityDate\n- Runtime Modules: @nuxtjs/tailwindcss@6.13.1, shadcn-nuxt@0.11.3, @nuxtjs/color-mode@3.5.2, @vueuse/nuxt@12.4.0, @nuxt/icon@1.10.3, @pinia/nuxt@0.5.5, @formkit/auto-animate/nuxt@0.8.2\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\n-\n\n### Describe the bug\n\nWhen i update a components (Not necessarily from the components/ui folder), Nuxt restart the entire server with logs : \n\nℹ Directory components/ui/ removed \nℹ Restarting Nuxt...\n\nFrom the logs I probably deduce that it restarts because it detects a DELETION of a folder. Except that I do not delete any folders 😥\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3125,3126],{"name":3021,"color":3035},{"name":3127,"color":3128},"needs reproduction","FBCA04",30597,"Nuxt restart on every changes.","2025-03-24T23:06:49Z","https://github.com/nuxt/nuxt/issues/30597",0.7194882,{"description":3135,"labels":3136,"number":3147,"owner":3024,"repository":3024,"state":3040,"title":3148,"updated_at":3149,"url":3150,"score":3151},"### Environment\n\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v16.14.2`\r\n- Nuxt Version: `3.0.0`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `npm@7.17.0`\r\n- Builder: `vite`\r\n- User Config: `modules`\r\n- Runtime Modules: `()`\r\n- Build Modules: `-`\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-m8hu6q?file=nuxt.config.ts\n\n### Describe the bug\n\nCustomizing the dir options using a module doesn't work anymore.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3137,3140,3141,3142,3144],{"name":3138,"color":3139},"discussion","538de2",{"name":3049,"color":3050},{"name":3061,"color":3062},{"name":3143,"color":3128},"🔨 p3-minor",{"name":3145,"color":3146},"layers","006B75",15686,"changing the nuxt \"dir\" option through a module doesn't work","2023-09-12T14:27:30Z","https://github.com/nuxt/nuxt/issues/15686",0.72058713,["Reactive",3153],{},["Set"],["ShallowReactive",3156],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fhbf35fECXLap0fsah2CVZFW3GpTozmLiMoYckHjgWqw":-1},"/nuxt/ui/3705"]