`, Or the placement of Tooltip(`content` prop)\n\nIf these props can be globally configured, there is no need to reconfigure them when each component is used.\n\n### Additional context\n\nThe possible API is like this:\n\n```vue\n\u003Ctemplate>\n \u003CUApp :config=\"config\">\n \u003C/Uapp>\n\u003C/template>\n\u003Cscript setup>\nconst config = {\n icon: {\n mode: 'svg'\n }\n}\n\u003Cscript>\n```",[2930,2932,2933],{"name":2904,"color":2931},"a2eeef",{"name":2920,"color":2921},{"name":2934,"color":2935},"triage","ffffff",3979,"Request to support the function of Global Config","2025-04-25T09:53:49Z","https://github.com/nuxt/ui/issues/3979",0.70514196,{"description":2942,"labels":2943,"number":2946,"owner":2868,"repository":2868,"state":2910,"title":2947,"updated_at":2948,"url":2949,"score":2950},"### What problem does this feature solve?\n\nThis change will allow us to use vue awesome directive inside of JSX. Like below:\n\n```js\n\u003Cinput vModel=\"newTodoText\" />\n\u003Cinput vModel_trim=\"newTodoText\" />\n\u003Cinput vOn:click=\"newTodoText\" />\n\u003Cinput vOn:click_stop_prevent=\"newTodoText\" />\n```\n\nReference: https://github.com/vuejs/jsx\n\n### What does the proposed changes look like?\n\nIt would look like this PR https://github.com/vuejs/vue-cli/pull/3218 that was merge into vue-cli 3.\n\ncc @clarkdo\n\n\u003C!--cmty-->\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/c8449\">#c8449\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2944,2945],{"name":2904,"color":2905},{"name":2907,"color":2908},4738,"Replace babel-plugin-transform-vue-jsx with @vue/babel-preset-jsx","2023-01-22T15:50:48Z","https://github.com/nuxt/nuxt/issues/4738",0.706694,{"description":2952,"labels":2953,"number":2956,"owner":2868,"repository":2885,"state":2910,"title":2957,"updated_at":2958,"url":2959,"score":2960},"### Description\n\nStyles with tailwindcss 4.0.13 seem to be broken after updating from NuxtUI pervious alpha.\n\n```\n\"dependencies\": {\n \"@iconify-json/ri\": \"1.2.5\",\n \"@nuxt/ui\": \"3.0.0\",\n \"@vueuse/core\": \"12.7.0\",\n \"@vueuse/nuxt\": \"12.7.0\",\n }\n```\nmain.css\n```\n@import 'tailwindcss' theme(static);\n@import '@nuxt/ui';\n```\nHas anyone else ran into this issue and if so how did you fix it?",[2954,2955],{"name":2879,"color":2880},{"name":2920,"color":2921},3525,"Styles issue have upgrade from 3.0.0-alpha.13 to 3.0.0","2025-03-12T23:28:54Z","https://github.com/nuxt/ui/issues/3525",0.71417505,{"description":2962,"labels":2963,"number":2964,"owner":2868,"repository":2965,"state":2910,"title":2966,"updated_at":2967,"url":2968,"score":2969},"Script looks like this:\r\n```js\r\n!function (w, d, t) {\r\n w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=[\"page\",\"track\",\"identify\",\"instances\",\"debug\",\"on\",\"off\",\"once\",\"ready\",\"alias\",\"group\",\"enableCookie\",\"disableCookie\", \"holdConsent\", \"revokeConsent\", \"grantConsent\"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i\u003Cttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(var e=ttq._i[t]||[],n=0;n\u003Cttq.methods.length;n++)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var i=\"https://analytics.tiktok.com/i18n/pixel/events.js\";ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=i,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};var o=document.createElement(\"script\");o.type=\"text/javascript\",o.async=!0,o.src=i+\"?sdkid=\"+e+\"&lib=\"+t;var a=document.getElementsByTagName(\"script\")[0];a.parentNode.insertBefore(o,a)};\r\n ttq.load('YOUR_ID_HERE');\r\n}(window, document, 'ttq');\r\n```\r\nDocs can be found [here](https://ads.tiktok.com/help/article/get-started-pixel?lang=en)",[],166,"scripts","Add Tiktok Pixel to registry","2024-07-23T14:40:36Z","https://github.com/nuxt/scripts/issues/166",0.71529347,{"description":2971,"labels":2972,"number":2975,"owner":2868,"repository":2885,"state":2910,"title":2976,"updated_at":2977,"url":2978,"score":2979},"### Description\n\nHello, I just wanted to overwrite shadow-sm with another shadow in the card root slot.\nBut I failed to do so. I tried the :ui way and the app.config.ts way but in both cases the new class \"shadow-card\" ended up BEHIND \"shadow-sm\".\n\n```\n card: {\n slots: {\n root: \"shadow-card\",\n },\n },\n```\n\nSo shadow-card always gets overwritten by shadow-sm cause the code always ends up like this:\n```\n\u003Cdiv class=\"bg-[var(--ui-bg)] ring ring-[var(--ui-border)] divide-y divide-[var(--ui-border)] rounded-[calc(var(--ui-radius)*2)] shadow-sm shadow-card\">\n```\n\nso how can I overwrite shadow-sm here?",[2973,2974],{"name":2879,"color":2880},{"name":2920,"color":2921},2936,"Overwrite css classes of slots","2025-01-08T16:26:22Z","https://github.com/nuxt/ui/issues/2936",0.71553874,["Reactive",2981],{},["Set"],["ShallowReactive",2984],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fIrWZkj_B8dooY2Jbf72BLDjqV12x6uXVSjOvIj862Lk":-1},"/nuxt/nuxt.com/1744"]