\n\u003C/template>\n```\n\n\n\n\n\n### Description\n\nName attribute should be `name[]`, not `[name][]`.",[2047,2048,2049],{"name":1985,"color":1986},{"name":2033,"color":2034},{"name":2036,"color":2037},2740,"UInputMenu has wrong name attribute when multiple active","2024-11-23T20:48:26Z","https://github.com/nuxt/ui/issues/2740",0.76198626,{"description":2056,"labels":2057,"number":2063,"owner":1991,"repository":2039,"state":2064,"title":2065,"updated_at":2066,"url":2067,"score":2068},"### Description\n\nThe [documentation](https://ui.nuxt.com/components/date-picker) uses v-calendar as an example to create a date picker component. However, v-calendar is likely abandoned and will no longer be maintained (see https://github.com/nathanreyes/v-calendar/issues/1503 ) . Latest release was over a year ago.\n\nAlso, it has a dependency on a vulnerable lodash version ( see https://github.com/nathanreyes/v-calendar/issues/1420 ).\n\nWhat other alternatives are you planning on using in your documentation, or are there any other examples using a different library?\n\nThanks.",[2058,2061],{"name":2059,"color":2060},"question","d876e3",{"name":2062,"color":2037},"wontfix-v2",3239,"closed","DatePicker documentation uses library that's no longer maintained","2025-02-04T20:40:38Z","https://github.com/nuxt/ui/issues/3239",0.6990146,{"description":2070,"labels":2071,"number":2078,"owner":1991,"repository":1991,"state":2064,"title":2079,"updated_at":2080,"url":2081,"score":2082},"### Describe the situation\r\n\r\nI am trying to copy static files into the .output directory using vite plugins but it seems the plugins run in between the build and the files it copies get removed.\r\n\r\nThe file will show in the .ouput directory for a second or two and then gets overwritten.. probably because nuxt build is removing the .output folder.\r\n\r\nAny other ideas on how to do this?\r\n```js\r\n// https://nuxt.com/docs/api/configuration/nuxt-config\r\nimport { viteStaticCopy } from 'vite-plugin-static-copy'\r\nimport { normalizePath } from 'vite'\r\nimport path from 'node:path'\r\n\r\nexport default defineNuxtConfig({\r\n pages: true,\r\n modules: [\"nuxt-windicss\"],\r\n vite: {\r\n plugins: [\r\n viteStaticCopy({\r\n targets: [\r\n {\r\n src: normalizePath(path.resolve(__dirname, 'data/orders.json')),\r\n dest: path.resolve(__dirname, '.output/server')\r\n }\r\n ]\r\n })\r\n ] \r\n }\r\n})\r\n\r\n```\r\n\r\n### Additional information\r\n\r\n- [ ] Would you be willing to help implement this feature?\r\n- [ ] Could this feature be implemented as a module?\r\n\r\n### Final checks\r\n\r\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\r\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2072,2075],{"name":2073,"color":2074},"3.x","29bc7f",{"name":2076,"color":2077},"pending triage","E99695",18918,"Nuxt3: Copy static files into .output directory","2024-08-16T14:37:38Z","https://github.com/nuxt/nuxt/issues/18918",0.7475459,{"description":2084,"labels":2085,"number":2088,"owner":1991,"repository":1991,"state":2064,"title":2089,"updated_at":2090,"url":2091,"score":2092},"### Describe the feature\n\nI would like to see the `assetsInclude` config from Vite supported in the Nuxt configs. I have a few `.gltf` files that are a part of my assets directory, but currently can't get them to be included during the build. The workaround is to have them in the public directory.\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2086,2087],{"name":2073,"color":2074},{"name":2076,"color":2077},21019,"Support assetsInclude","2023-05-25T14:32:15Z","https://github.com/nuxt/nuxt/issues/21019",0.74755293,{"description":2094,"labels":2095,"number":2098,"owner":1991,"repository":1991,"state":2064,"title":2099,"updated_at":2100,"url":2101,"score":2102},"### Environment\r\n\r\n- Operating System: Darwin\r\n- Node Version: v16.18.1\r\n- Nuxt Version: 3.6.5\r\n- Nitro Version: 2.5.2\r\n- Package Manager: yarn@1.22.19\r\n- Builder: vite\r\n- User Config: devtools, app, runtimeConfig, modules, dayjs, colorMode, css, components, vite, build\r\n- Runtime Modules: @nuxtjs/eslint-module@4.1.0, @pinia/nuxt@0.4.11, @vueuse/nuxt@10.2.1, nuxt-swiper@1.2.0, dayjs-nuxt@1.1.2, @nuxt/image@1.0.0-rc.1, @nuxtjs/i18n@8.0.0-beta.13, @nuxtjs/color-mode@3.3.0\r\n- Build Modules: -\r\n\r\n\r\n### Reproduction\r\n\r\n[rollup.zip](https://github.com/nuxt/nuxt/files/12249985/rollup.zip)\r\n\r\n\r\n### Describe the bug\r\n\r\n- set (entryFileNames, chunkFileNames, assetFileNames) of vite.build.rollupOptions.output in nuxt.config\r\n- yarn build\r\n- nothing .output.public._nuxt\r\n\r\n### Additional context\r\n\r\n\u003Cimg width=\"219\" alt=\"image\" src=\"https://github.com/nuxt/nuxt/assets/8554821/39133aa6-e696-43b5-a351-09633cefbadd\">\r\n\r\n\r\n### Logs\r\n\r\n_No response_",[2096,2097],{"name":2073,"color":2074},{"name":2076,"color":2077},22464,"Build Command does not create files in the .output.public._nuxt directory. ( with rollup options )","2023-08-04T02:53:40Z","https://github.com/nuxt/nuxt/issues/22464",0.7479406,{"description":2104,"labels":2105,"number":2108,"owner":1991,"repository":1991,"state":2064,"title":2109,"updated_at":2110,"url":2111,"score":2112},"### Describe the feature\n\n**Description:**\r\n\r\nCurrently, Vite performs asset validation during the build process. While asset validation serves a useful purpose in many scenarios, it can be inconvenient for projects where dynamic loading and runtime asset management are essential. This feature request proposes the addition of an `assetsValidate` option to the Vite configuration, allowing users to choose whether or not asset validation should occur during the build process.\r\n\r\n**Use Case:**\r\n\r\nIn certain projects, especially those where assets, such as images, can change dynamically on the production server, disabling asset validation is desirable. This option would enable users to handle asset loading entirely at runtime, without the build process imposing any checks on the assets.\r\n\r\n**Benefits:**\r\n\r\n- Improved flexibility for projects that require dynamic asset loading.\r\n- Avoids unnecessary validation steps during the build process for assets that may change.\r\n- Aligns Vite's behavior with specific use cases where asset validation is not required.\r\n\r\n**Additional Context:**\r\n\r\nDetailed discussions and requests from the community have highlighted scenarios where the ability to disable asset validation would be highly valuable. By implementing this feature, Vite can accommodate a broader range of project requirements while maintaining its performance advantages.\r\n\r\n**Proposed Implementation:**\r\n\r\nIntroduce a new configuration option in `vite.config.js` called `assetsValidate` that can be set to `true` or `false`. When set to `true` (default behavior), asset validation occurs as usual during the build process. When set to `false`, Vite skips asset validation, allowing users to manage asset loading at runtime as needed.\r\n\r\n**Example:**\r\n\r\n```javascript\r\n// In vite.config.js\r\nexport default {\r\n // ...other Vite configuration options\r\n\r\n build: {\r\n assetsValidate: false, // Disable asset validation\r\n },\r\n};\r\n\n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2106,2107],{"name":2073,"color":2074},{"name":2076,"color":2077},23910,"Add Option to Disable Asset Validation*","2023-10-25T01:12:08Z","https://github.com/nuxt/nuxt/issues/23910",0.7493714,["Reactive",2114],{},["Set"],["ShallowReactive",2117],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"d5tzaykgINn0sni73MKpFleoyjVdXYcc00KoGK9_LvA":-1},"/nuxt/ui/2404"]