\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":3062,"owner":3023,"repository":3063,"state":3064,"title":3065,"updated_at":3066,"url":3067,"score":3068},"Those files should also have the same design as in the tree:\n\n\n",[3060],{"name":3034,"color":3061},"ff281a",218,"nuxt.com","closed","Prevent select of deleted files in command palette","2022-03-29T10:23:59Z","https://github.com/nuxt/nuxt.com/issues/218",0.4715112,{"description":3070,"labels":3071,"number":3022,"owner":3023,"repository":3063,"state":3064,"title":3073,"updated_at":3074,"url":3075,"score":3029},"\n",[3072],{"name":3034,"color":3061},"[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":3077,"labels":3078,"number":3082,"owner":3023,"repository":3063,"state":3064,"title":3083,"updated_at":3084,"url":3085,"score":3086},"Blocked by #293 ",[3079],{"name":3080,"color":3081},"enhancement","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":3088,"labels":3089,"number":3082,"owner":3023,"repository":3024,"state":3064,"title":3090,"updated_at":3091,"url":3092,"score":3086},"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":3094,"labels":3095,"number":3096,"owner":3023,"repository":3097,"state":3064,"title":3098,"updated_at":3099,"url":3100,"score":3101},"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":3103,"labels":3104,"number":3096,"owner":3023,"repository":3063,"state":3064,"title":3106,"updated_at":3107,"url":3108,"score":3101},"I suppose this is related to how we selected the first element",[3105],{"name":3034,"color":3061},"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":3110,"labels":3111,"number":3096,"owner":3023,"repository":3052,"state":3064,"title":3113,"updated_at":3114,"url":3115,"score":3101},"### 🐛 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_",[3112],{"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",3117],{},["Set"],["ShallowReactive",3120],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fmJyYHq8_UokqgIi4Tj4x3KC8G6ss5RtgYxmHsFQaVe0":-1},"/nuxt/scripts/218"]