\n```\nCurrently, `UButton` doesn't have a `rel` attribute, which is required for ... you know.\n\nAlso for some reason, it's already having `target=\"_blank\"` without me even adding it to the element (?)\n\n### Additional context\n\n_No response_",[3155,3157,3160],{"name":3140,"color":3156},"a2eeef",{"name":3158,"color":3159},"v3","49DCB8",{"name":3161,"color":3162},"triage","ffffff",4611,"ui","Support for `rel` attributes for `\u003CUButton to=\"\"/>`","2025-07-27T05:16:45Z","https://github.com/nuxt/ui/issues/4611",0.7463469,{"description":3170,"labels":3171,"number":3178,"owner":3146,"repository":3146,"state":3179,"title":3180,"updated_at":3181,"url":3182,"score":3183},"### Version\n\n[v2.4.5](https://github.com/nuxt.js/releases/tag/v2.4.5)\n\n### Reproduction link\n\n[https://github.com/iskanderbroere/removedatatestids](https://github.com/iskanderbroere/removedatatestids)\n\n### Steps to reproduce\n\n# Steps to reproduce\n- npm run build\n- compare client and server bundle (search for test `testattribute` in `.nuxt/`)\n- data-test attribute is expected to be removed in both, but is only removed in the server bundle\n# Reference\n- https://forum.vuejs.org/t/how-to-remove-attributes-from-tags-inside-vue-components/24138/11\n- https://gist.github.com/LinusBorg/6d9919904ca395b418c8a86648ca656b\n\n### What is expected ?\n\nData test (id) attribute is removed in client bundle/\n\n### What is actually happening?\n\nThe attributes remain on the element.\n\n### Additional comments?\n\nbabel extend build preTransformNode\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c8842\">#c8842\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3172,3175],{"name":3173,"color":3174},"pending triage","E99695",{"name":3176,"color":3177},"2.x","d4c5f9",5250,"closed","Remove data-test (ids) does not work on client bundle","2023-01-22T15:33:01Z","https://github.com/nuxt/nuxt/issues/5250",0.71245015,{"description":3185,"labels":3186,"number":3193,"owner":3146,"repository":3164,"state":3179,"title":3194,"updated_at":3195,"url":3196,"score":3197},"### Description\n\nI want to let customers know what password requirements they've already checked according to create a strong password, but for this I need the model value to know what they are filling in.\n\nYou can validate it on `input` (that somehow doesn't work neither until you blur it once), but that's not really what I want for the full form\n\n### Additional context\n\nhttps://ui3.nuxt.dev/components/input#with-password-strength-indicator",[3187,3188,3189,3192],{"name":3140,"color":3156},{"name":3158,"color":3159},{"name":3190,"color":3191},"nuxt/ui-pro","00dc82",{"name":3161,"color":3162},3430,"Expose v-model values in authForm","2025-05-14T13:36:42Z","https://github.com/nuxt/ui/issues/3430",0.74328434,{"description":3199,"labels":3200,"number":3206,"owner":3146,"repository":3164,"state":3179,"title":3207,"updated_at":3208,"url":3209,"score":3210},"### Description\n\nWhen adding input tags, it would be awesome to have the ability to run logic that has the ability to stop the tag from being added\n\n### Additional context\n\n_No response_",[3201,3202,3203],{"name":3140,"color":3156},{"name":3158,"color":3159},{"name":3204,"color":3205},"upstream","78bddb",4406,"Validation Logic","2025-07-12T12:38:24Z","https://github.com/nuxt/ui/issues/4406",0.7541965,{"labels":3212,"number":3215,"owner":3146,"repository":3146,"state":3179,"title":3216,"updated_at":3217,"url":3218,"score":3219},[3213,3214],{"name":3173,"color":3174},{"name":3176,"color":3177},8339,"Selectors should not contain IDs because these rules are too tightly coupled with the HTML.","2023-01-22T15:38:17Z","https://github.com/nuxt/nuxt/issues/8339",0.75969684,{"description":3221,"labels":3222,"number":3226,"owner":3146,"repository":3227,"state":3179,"title":3228,"updated_at":3229,"url":3230,"score":3231},"### 🐛 The bug\n\nI'm trying to figure out how to add `data-*` attributes to scripts with **useScript()** in `app.vue`.\n\nThe following should be working according to the docs, but it doesn't. The script is loaded, but the `data-test` attribute is missing.\n\n```ts\n// My code\nuseScript({\n 'src': 'https://analytics.ahrefs.com/analytics.js',\n 'data-test': 'some-value-here',\n})\n```\n\nFrom the docs [here](https://unhead.unjs.io/usage/composables/use-script#argument-script-options):\n\n\u003Ckbd>\n\u003Cimg width=\"536\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/de0ff338-dd68-4f62-8cf4-fa3bd86d19bd\" />\n\u003C/kbd>\n\n\u003Cp>\u003C/p>\n\nThere is also mention of an `attributes` key in **UseScriptInput**, which doesn't seem to exist:\n\n\u003Ckbd>\n\u003Cimg width=\"803\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a7192ee1-0d5d-4fbb-9f12-e8ecc4fe2a44\" />\n\u003C/kbd>\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-scripts-attributes-not-working?file=app.vue\n\n### 🌈 Expected behavior\n\n`data-*` properties should show up in the source and `attributes` should either work, or be removed from the docs.\n\n### ℹ️ Additional context\n\n`nuxt/scripts@v0.9.5`",[3223],{"name":3224,"color":3225},"bug","d73a4a",363,"scripts","Data attributes not added","2025-01-24T13:54:36Z","https://github.com/nuxt/scripts/issues/363",0.7605327,{"description":3233,"labels":3234,"number":3239,"owner":3146,"repository":3146,"state":3179,"title":3240,"updated_at":3241,"url":3242,"score":3243},"### Describe the feature\r\n\r\nI hope this works in SSR mode.\r\ncurrently I have to wrap it in `\u003Cclient-only>`.\r\n\r\n```vue\r\n\u003Cteleport to=\"#test\">\r\n \u003Cdiv>test\u003C/div>\r\n\u003C/teleport>\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).",[3235,3238],{"name":3236,"color":3237},"3.x","29bc7f",{"name":3173,"color":3174},21597,"teleport to specific element ","2023-06-20T09:46:04Z","https://github.com/nuxt/nuxt/issues/21597",0.7614326,{"description":3245,"labels":3246,"number":3249,"owner":3146,"repository":3146,"state":3179,"title":3250,"updated_at":3251,"url":3252,"score":3253},"**Summary (generated)**:\n\nNuxt3 Environment \n\nReproduction None\n\nDescribe the bug None\n\nAdditional context No response\n\nLogs No response\n\n\u003Chr>\n\n### Environment\n\nNuxt3\n\n### Reproduction\n\nnone\n\n### Describe the bug\n\nnone\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3247,3248],{"name":3236,"color":3237},{"name":3173,"color":3174},27317,"In original code is using \"renderToString\", I want to use \"renderToNodeSteam\", what should I do?","2024-05-24T08:29:50Z","https://github.com/nuxt/nuxt/issues/27317",0.7629266,{"description":3255,"labels":3256,"number":3260,"owner":3146,"repository":3164,"state":3179,"title":3261,"updated_at":3262,"url":3263,"score":3264},"### Description\n\nIn Vue it's easy to use HTML in every component using v-html. It would be very helpful in Nuxt UI to have this feature without workarounds like slots with additional span tags. In our case we often have some html tags like: b,i,... or nbsp in our database driven app. \n\n### Additional context\n\n_No response_",[3257,3258,3259],{"name":3140,"color":3156},{"name":3158,"color":3159},{"name":3161,"color":3162},4396,"Use HTML in label or in a new prop","2025-08-17T13:51:05Z","https://github.com/nuxt/ui/issues/4396",0.7641558,["Reactive",3266],{},["Set"],["ShallowReactive",3269],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJyIN4poK30aAuvVjax9GfVzUq7UCoDoibClwD51aPZY":-1},"/nuxt/ui/4679"]