\n```\n\nWould it be relevant to add a global attribute to components like Button, Badge, etc., to force their appearance in dark (or light) mode, regardless of the global setting? This would ensure better visual consistency when these elements are placed on a colored background (e.g., `UPageCTA` with `solid` variant).\n\n### Additional context\n\n_No response_",[3145,3148],{"name":3146,"color":3147},"enhancement","a2eeef",{"name":3149,"color":3150},"v3","49DCB8",3307,"nuxt","ui","open","Better handling of `UButton`, `UBadge`, … colors on colored backgrounds","2025-08-25T13:20:01Z","https://github.com/nuxt/ui/issues/3307",0.74466693,{"description":3160,"labels":3161,"number":3164,"owner":3152,"repository":3165,"state":3166,"title":3167,"updated_at":3168,"url":3169,"score":3170},"https://www.figma.com/file/OLlmzoVQ7FSBh4FJJORNpl/nuxt.com?node-id=2441%3A11054",[3162],{"name":3146,"color":3163},"1ad6ff",115,"nuxt.com","closed","Improve docs navigation bar","2023-02-15T12:30:39Z","https://github.com/nuxt/nuxt.com/issues/115",0.6734794,{"description":3172,"labels":3173,"number":3164,"owner":3152,"repository":3174,"state":3166,"title":3175,"updated_at":3176,"url":3177,"score":3170},"If I have my global scripts set up like so:\r\n\r\n\r\n\r\nThen the scripts are output as expected on the frontend:\r\n\r\n\r\n\r\nHowever, if I pass in a UseScriptInput object, like so:\r\n\r\n\r\n\r\nThen the script is not output:\r\n\r\n\r\n\r\nIf I pass [UseScriptInput, NuxtUseScriptOptions], like so:\r\n\r\n\r\n\r\nI get this error:\r\n\r\n\r\n\r\nENV:\r\nbun 1.1.16\r\nnuxt 3.12.2\r\n@nuxt/scripts 0.5.1\r\n\r\nRunning with compatibility version 4\r\n",[],"scripts","Issues using UseScriptInput in the globals section of nuxt.config.ts","2024-07-03T09:16:13Z","https://github.com/nuxt/scripts/issues/115",{"description":3179,"labels":3180,"number":3184,"owner":3152,"repository":3165,"state":3166,"title":3185,"updated_at":3186,"url":3187,"score":3188},"- [x] Focus on selected item https://www.notion.so/nuxt/Focus-on-selected-item-c8775018d72f417c93a36bd2da90dfdb\n- [x] NavBar contrast https://www.notion.so/nuxt/NavBar-contrast-7f11c20c5d3b476597f4edb9889f4802",[3181],{"name":3182,"color":3183},"a11y","2CD658",1089,"[Review] NavBar","2023-01-04T13:47:36Z","https://github.com/nuxt/nuxt.com/issues/1089",0.7093599,{"description":3190,"labels":3191,"number":3193,"owner":3152,"repository":3165,"state":3166,"title":3194,"updated_at":3195,"url":3196,"score":3197},"",[3192],{"name":3146,"color":3163},814,"[Navbar] Change social icons color","2023-02-15T12:31:00Z","https://github.com/nuxt/nuxt.com/issues/814",0.729515,{"description":3190,"labels":3199,"number":3201,"owner":3152,"repository":3165,"state":3166,"title":3202,"updated_at":3203,"url":3204,"score":3205},[3200],{"name":3146,"color":3163},64,"Move tabs in navbar","2023-02-15T12:30:35Z","https://github.com/nuxt/nuxt.com/issues/64",0.7302368,{"description":3207,"labels":3208,"number":3201,"owner":3152,"repository":3174,"state":3166,"title":3209,"updated_at":3210,"url":3211,"score":3205},"Repro: https://stackblitz.com/edit/github-yhnmge?file=nuxt.config.ts,.nuxt%2Ftsconfig.json\r\n\r\n```sh\r\n❯ npx nuxi typecheck\r\nℹ Compiled plugins/server.mjs in 527.8ms 20:40:45\r\nℹ Compiled plugins/client.mjs in 559.59ms 20:40:45\r\nℹ Compiled types/plugins.d.ts in 560.98ms \r\nnode_modules/@nuxt/scripts/dist/runtime/components/ScriptGoogleMaps.vue:96:67 - error TS2339: Property 'apiKey' does not exist on type 'ScriptRegistry'.\r\n\r\n96 const apiKey = props.apiKey || scriptRuntimeConfig('googleMaps')?.apiKey\r\n ~~~~~~\r\n\r\nnode_modules/@nuxt/scripts/dist/runtime/components/ScriptGoogleMaps.vue:146:23 - error TS7006: Parameter 'instance' implicitly has an 'any' type.\r\n\r\n146 $script.then(async (instance) => {\r\n ~~~~~~~~\r\n\r\nnode_modules/@nuxt/scripts/dist/runtime/components/ScriptLemonSqueezyButton.vue:2:15 - error TS2724: '\"#imports\"' has no exported member named 'ElementScriptTrigger'. Did you mean 'useElementScriptTrigger'?\r\n\r\n2 import { type ElementScriptTrigger, onMounted, ref, useElementScriptTrigger, useScriptLemonSqueezy } from '#imports'\r\n ~~~~~~~~~~~~~~~~~~~~\r\n\r\nnode_modules/@nuxt/scripts/dist/runtime/components/ScriptVimeoPlayer.vue:137:79 - error TS18046: 'res' is of type 'unknown'.\r\n\r\n137 () => $fetch(`https://vimeo.com/api/v2/video/${props.id}.json`).then(res => res[0]),\r\n ~~~\r\n\r\nnode_modules/@nuxt/scripts/dist/runtime/components/ScriptVimeoPlayer.vue:163:25 - error TS7031: Binding element 'Vimeo' implicitly has an 'any' type.\r\n\r\n163 $script.then(async ({ Vimeo }) => {\r\n ~~~~~\r\n\r\nnode_modules/@nuxt/scripts/dist/runtime/components/ScriptVimeoPlayer.vue:175:15 - error TS2769: No overload matches this call.\r\n The last overload gave the following error.\r\n Argument of type 'string' is not assignable to parameter of type '\"leavepictureinpicture\"'.\r\n\r\n175 emits(event, e, player)\r\n ~~~~~\r\n\r\n node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1256:21\r\n 1256 [K in keyof T]: (evt: K, ...args: T[K]) => void;\r\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n The last overload is declared here.\r\n\r\nnode_modules/@nuxt/scripts/dist/runtime/components/ScriptYouTubePlayer.vue:58:23 - error TS7006: Parameter 'instance' implicitly has an 'any' type.\r\n\r\n58 $script.then(async (instance) => {\r\n ~~~~~~~~\r\n\r\n\r\nFound 7 errors in 4 files.\r\n\r\nErrors Files\r\n 2 node_modules/@nuxt/scripts/dist/runtime/components/ScriptGoogleMaps.vue:96\r\n 1 node_modules/@nuxt/scripts/dist/runtime/components/ScriptLemonSqueezyButton.vue:2\r\n 3 node_modules/@nuxt/scripts/dist/runtime/components/ScriptVimeoPlayer.vue:137\r\n 1 node_modules/@nuxt/scripts/dist/runtime/components/ScriptYouTubePlayer.vue:58\r\n\r\n ERROR Command failed with exit code 2: /home/projects/kkvirvvmn.github/node_modules/vue-tsc/bin/vue-tsc.js --noEmit 20:40:47\r\n\r\n at makeError (node_modules/nuxi/dist/chunks/index3.mjs:1292:11)\r\n at handlePromise (node_modules/nuxi/dist/chunks/index3.mjs:2530:26)\r\n at async Object.run (node_modules/nuxi/dist/chunks/typecheck.mjs:91:7)\r\n at async runCommand$1 (node_modules/nuxi/dist/shared/nuxi.9edf0930.mjs:1678:16)\r\n at async runCommand$1 (node_modules/nuxi/dist/shared/nuxi.9edf0930.mjs:1669:11)\r\n at async runMain$1 (node_modules/nuxi/dist/shared/nuxi.9edf0930.mjs:1807:7) \r\n\r\n\r\n\r\n ERROR Command failed with exit code 2: /home/projects/kkvirvvmn.github/node_modules/vue-tsc/bin/vue-tsc.js --noEmit \r\n```\r\n\r\n",[],"`npx nuxi typecheck` fails in fresh project","2024-05-18T00:58:45Z","https://github.com/nuxt/scripts/issues/64",{"description":3213,"labels":3214,"number":3222,"owner":3152,"repository":3153,"state":3166,"title":3223,"updated_at":3224,"url":3225,"score":3226},"### Environment\n\nOperating System: Windows_NT\nNode Version: v20.18.0\nNuxt Version: -\nCLI Version: 3.14.0\nNitro Version: -\nPackage Manager: unknown\nBuilder: -\nUser Config: -\nRuntime Modules: -\nBuild Modules: -\n\n### Version\n\nv3.0.0-alpha.6\n\n### Reproduction\n\nCannot use v3 on stackblitz so no repo.\n\n### Description\n\nSelect menu, dropdown, input menu etc are displayed under the modal.\nHappens when modal is fullscreen as well. Didn't check every component, but most are like this.\n\n\n\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3215,3218,3221],{"name":3216,"color":3217},"bug","d73a4a",{"name":3219,"color":3220},"duplicate","cfd3d7",{"name":3149,"color":3150},2378,"[Select/Dropdown/Modal] Modal z-index not properly configured","2024-10-21T10:15:45Z","https://github.com/nuxt/ui/issues/2378",0.7302818,{"description":3228,"labels":3229,"number":3235,"owner":3152,"repository":3152,"state":3166,"title":3236,"updated_at":3237,"url":3238,"score":3239},"### What problem does this feature solve?\r\n\r\n这个可以解决许多不必要的麻烦\r\n\r\n### What does the proposed changes look like?\r\n\r\n官网的自定义路由也有不方便的地方,\r\n设置路由树的 meta: { }\r\n \r\n\r\n示例:\r\nconst routes = [\r\n{\r\n path: '/dashboard',\r\n name: 'dashboard',\r\n meta: {\r\n requireAuth: false, //菜单权限\r\n title: '系统首页', //菜单名\r\n icon: 'fa fa-bar-chart', //菜单图标\r\n },\r\n component: Layout,\r\n children: [{\r\n path: 'welcome',\r\n meta: {\r\n title: '欢迎页',\r\n requireAuth: false\r\n },\r\n component: Welcome\r\n }]\r\n }]\r\n\r\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\r\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This feature request is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c8457\">#c8457\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3230,3232],{"name":3146,"color":3231},"8DEF37",{"name":3233,"color":3234},"2.x","d4c5f9",4749,"是否能加一个可以设置自动生成路由树的\"meta\"对象的一个方法","2024-06-14T16:10:20Z","https://github.com/nuxt/nuxt/issues/4749",0.73209107,{"description":3241,"labels":3242,"number":3244,"owner":3152,"repository":3165,"state":3166,"title":3245,"updated_at":3246,"url":3247,"score":3248},"Blocked by nuxtlabs/nuxt.com#617",[3243],{"name":3146,"color":3163},620,"Replace `primary` buttons by `gradient` variant","2022-06-15T16:59:48Z","https://github.com/nuxt/nuxt.com/issues/620",0.7357748,["Reactive",3250],{},["Set"],["ShallowReactive",3253],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fkyFCvtneHq6xVOoE7jHalGvMeb9wanBxoQWuLHYKFC0":-1},"/nuxt/nuxt.com/114"]