\n```\n\nsame result is expected when using `active`, but `leadingIcon` is ignored\n```\n\u003CUButton\n label=\"Label\"\n active\n active-color=\"primary\"\n active-variant=\"soft\"\n icon=\"mdi-account\"\n @click.prevent=\"active = !active\"\n/>\n```\n\n### Additional context\n\n\u003Cimg width=\"202\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0756fb1c-772c-44ae-855d-90aba304bd9e\" />",[3033,3036,3039],{"name":3034,"color":3035},"bug","d73a4a",{"name":3037,"color":3038},"v3","49DCB8",{"name":3040,"color":3041},"triage","ffffff",3972,"ui","Different result than static for active-color & active-variant","2025-04-24T15:30:39Z","https://github.com/nuxt/ui/issues/3972",0.742231,{"description":3049,"labels":3050,"number":3051,"owner":3023,"repository":3052,"state":3025,"title":3053,"updated_at":3054,"url":3055,"score":3056},"Context: https://web.dev/articles/sandboxed-iframes\r\n\r\nWe can have scripts load from a separate endpoint inside an iframe, allowing us to easily restrict their behaviour. This solves the security concern of using third-party scripts if the remote script is compromised, however it would only make sense for a subset of scripts.\r\n\r\n```html\r\n\u003Ciframe sandbox=\"allow-scripts\" src=\"/__scripts/my-script.html\">\u003C/iframe>\r\n```\r\n\r\n**/__scripts/my-script.html**\r\n\r\n```html\r\n\u003Chtml>\r\n \u003Cscript src=\"https://example.com/my-script.js\">\u003C/script>\r\n\u003C/html>\r\n```\r\n\r\nTwitter example\r\n\r\n```html\r\n\u003Ciframe sandbox=\"allow-same-origin allow-scripts allow-popups allow-forms\"\r\n src=\"https://platform.twitter.com/widgets/tweet_button.html\"\r\n style=\"border: 0; width:130px; height:20px;\">\u003C/iframe>\r\n```",[],131,"scripts","Investigate Iframe Script Sandboxing","2024-07-06T08:23:47Z","https://github.com/nuxt/scripts/issues/131",0.76054525,{"description":3058,"labels":3059,"number":3063,"owner":3023,"repository":3052,"state":3064,"title":3065,"updated_at":3066,"url":3067,"score":3068},"### 🆒 Your use case\r\n\r\nFor scripts using the default trigger (onNuxtReady) we should probably do a prefetch or preload so that the script is downloaded and executated as quickly as possible.\r\n\r\n### 🆕 The solution you'd like\r\n\r\n-\r\n\r\n### 🔍 Alternatives you've considered\r\n\r\n_No response_\r\n\r\n### ℹ️ Additional info\r\n\r\n_No response_",[3060],{"name":3061,"color":3062},"enhancement","a2eeef",218,"closed","DNS prefetch / preload default triggered scripts","2024-09-27T08:15:47Z","https://github.com/nuxt/scripts/issues/218",0.4715112,{"description":3070,"labels":3071,"number":3022,"owner":3023,"repository":3074,"state":3064,"title":3075,"updated_at":3076,"url":3077,"score":3029},"\n",[3072],{"name":3034,"color":3073},"ff281a","nuxt.com","[Docs] Missing gray background on file system routing section default selected","2023-02-15T12:31:02Z","https://github.com/nuxt/nuxt.com/issues/826",{"description":3079,"labels":3080,"number":3083,"owner":3023,"repository":3074,"state":3064,"title":3084,"updated_at":3085,"url":3086,"score":3087},"Blocked by #293 ",[3081],{"name":3061,"color":3082},"1ad6ff",301,"Display recent files in `CMD+K` command palette","2023-02-15T12:32:06Z","https://github.com/nuxt/nuxt.com/issues/301",0.73920083,{"description":3089,"labels":3090,"number":3083,"owner":3023,"repository":3024,"state":3064,"title":3091,"updated_at":3092,"url":3093,"score":3087},"I am checking the official documentation of Nuxt and it says that this project is still in development. \r\n\r\n\r\n\r\n- [Nuxt/Testing ](https://nuxt.com/docs/getting-started/testing)\r\n\r\nSo, My question is if this data is correct because I don't see any warning from your side. ",[],"Could I use @nuxt/test-utils for testing production apps?","2023-12-02T00:28:10Z","https://github.com/nuxt/test-utils/issues/301",{"description":3095,"labels":3096,"number":3097,"owner":3023,"repository":3098,"state":3064,"title":3099,"updated_at":3100,"url":3101,"score":3102},"We’ve consistently ran into issues with hydration and `useId` across some Nuxt projects and I think we finally found the culprit. I've forked the example from https://github.com/nuxt/icon/issues/310 and slightly altered it to reproduce the issue. Both `svg` and `css` mode lead to the error. Might it be related to the custom api endpoint?\n\n```\n[Vue warn]: Hydration attribute mismatch on \u003Cinput id=\"v-1-0\"> \n - rendered on server: id=\"v-1-0\"\n - expected on client: id=\"v-0-0\"\n Note: this mismatch is check-only. The DOM will not be rectified in production due to performance overhead.\n You should fix the source of the mismatch. \n at \u003CCustomInput> \n at \u003CTestComponent> \n at \u003CApp key=4 > \n at \u003CNuxtRoot>\n```\n\nThe reproduction can be found here:\nhttps://stackblitz.com/edit/github-pz2kcg-jtmax8ot?file=nuxt.config.ts",[],356,"icon","Hydration mismatch with useId() if \u003CIcon /> is used","2025-04-10T06:07:28Z","https://github.com/nuxt/icon/issues/356",0.75288534,{"description":3104,"labels":3105,"number":3097,"owner":3023,"repository":3074,"state":3064,"title":3107,"updated_at":3108,"url":3109,"score":3102},"I suppose this is related to how we selected the first element",[3106],{"name":3034,"color":3073},"On command palettes, arrow down must be pressed twice to go to next result","2023-02-15T12:32:13Z","https://github.com/nuxt/nuxt.com/issues/356",{"description":3111,"labels":3112,"number":3097,"owner":3023,"repository":3052,"state":3064,"title":3114,"updated_at":3115,"url":3116,"score":3102},"### 🐛 The bug\n\nIn the reproduction project added two pages. In page1 adsense script is used. Accessing this page triggers \"error loading dynamically imported module: https://nuxtstarterpkwfkx-l1p5--3000--1b4252dd.local-corp.webcontainer.io/_nuxt/pages/page1.vue\" after some time.\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-starter-kzs9wacl?file=pages%2Fpage1.vue\n\n### 🌈 Expected behavior\n\nadsense iframe to load\n\n### ℹ️ Additional context\n\n_No response_",[3113],{"name":3034,"color":3035},"error loading dynamically imported module, when using adsense script","2025-02-12T08:39:18Z","https://github.com/nuxt/scripts/issues/356",["Reactive",3118],{},["Set"],["ShallowReactive",3121],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fQ2s9Vc8bEH6trJIfpAduvN9JEXDS9JowSpf71-QAIgk":-1},"/nuxt/nuxt.com/218"]