\r\n\r\n```\r\n\u003Ctemplate>\r\n \u003Cdiv>\r\n \u003CIntroSlider />\r\n \u003CWidgetFeatured />\r\n \u003CLazyWidgetBenefits />\r\n \u003CLazyWidgetProducts />\r\n \u003CLazyWidgetBannersSlider />\r\n \u003CLazyWidgetBanners />\r\n \u003CLazyWidgetTestimonials />\r\n \u003CLazyFooter />\r\n \u003C/div>\r\n\u003C/template>\r\n```\r\n\r\n\r\nAnd here you can see the Network queue. Footer's mjs and css are loaded as 7th most important assets. This is not what I'm expecting because content like images inside intro slider are more important than footer.\r\n\r\n```\r\ncss2?family=Inter:wght@400;500;600&display=swap\r\nentry-9827921d.mjs\r\nentry.c17fe9a0.css\r\ndefault-84799b20.mjs\r\ndefault.84b15a94.css\r\nAlert-84c7b89b.mjs\r\nFooter-ff7172cf.mjs\r\nFooter.b99df422.css\r\nVNuxtLink-a1e036df.mjs\r\nVButton-89f5f43e.mjs\r\nContainerFluid-62a50c2c.mjs\r\n```\r\n\n\n### Describe the bug\n\nNo way to disable default preload behaviour. Or is there a way to disable preload behaviour and mark component as with high priority which will preload its mjs and css?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2903,2906],{"name":2904,"color":2905},"enhancement","8DEF37",{"name":2907,"color":2908},"🍰 p2-nice-to-have","0E8A16",13874,"allow changing priority hints for modules and their CSS","2024-12-26T06:08:32Z","https://github.com/nuxt/nuxt/issues/13874",0.76345664,{"description":2915,"labels":2916,"number":2919,"owner":2860,"repository":2879,"state":2920,"title":2921,"updated_at":2922,"url":2923,"score":2924},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v21.5.0\n- Nuxt Version: -\n- CLI Version: 3.16.0\n- Nitro Version: -\n- Package Manager: npm@10.2.4\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.0-alpha.10\n\n### Reproduction\n\nNo production link yet\n\n### Description\n\nThe `title` slot should return the item's title instead of active item's title.\n\nUsage:\n```javascript\n\u003CUStepper\n ref=\"stepper\"\n v-model=\"activeStep\"\n :items=\"items\"\n >\n \u003Ctemplate #title=\"{ item }\">\n \u003Ch2>{{ item.title }}\u003C/h2>\n \u003C/template>\n.....\n\u003C/UStepper>\n```\n\n\n\n### Additional context\n\nInstead of `Project` to be returned in every steps, I would like to display each item's title.\n\n\n\n\n### Logs\n\n```shell-script\n\n```",[2917,2918],{"name":2857,"color":2871},{"name":2873,"color":2874},2888,"closed","UStepper - \"title\" slot is returning the active step's title instead of item's title","2024-12-12T23:04:45Z","https://github.com/nuxt/ui/issues/2888",0.73109007,{"description":2926,"labels":2927,"number":2930,"owner":2860,"repository":2879,"state":2920,"title":2931,"updated_at":2932,"url":2933,"score":2934},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v18.20.2`\n- Nuxt Version: `3.14.159`\n- CLI Version: `3.15.0`\n- Nitro Version: `2.10.4`\n- Package Manager: `pnpm@9.0.6`\n- Builder: `-`\n- User Config: `default`\n- Runtime Modules: `@nuxt/eslint@0.7.1`, `@nuxt/ui@3.0.0-alpha.7`\n- Build Modules: `-`\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.7\n\n### Reproduction\n\nhttps://github.com/juretopolak/nuxt-ui3-toasts\n\nhttps://codesandbox.io/p/github/juretopolak/nuxt-ui3-toasts/main\n\n### Description\n\nI’ve noticed an issue where toasts fail to render properly when multiple toasts are triggered in quick succession, such as within a loop. This leads to unexpected behavior, such as:\n\n\t•\tSome toasts not appearing at all.\n\t•\tOverlapping toasts.\n\nIn the reproduction, every time a button is clicked 2 toasts should appear.\n\n### Additional context\n\nhttps://github.com/user-attachments/assets/161918f9-7ab2-45d9-aebb-493977ebbc52\n\n\n### Logs\n\n```shell-script\n\n```",[2928,2929],{"name":2857,"color":2871},{"name":2873,"color":2874},2686,"Problem with multiple toasts in succession","2025-01-24T14:24:11Z","https://github.com/nuxt/ui/issues/2686",0.7400058,{"description":2936,"labels":2937,"number":2940,"owner":2860,"repository":2879,"state":2920,"title":2941,"updated_at":2942,"url":2943,"score":2944},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v22.13.1`\n- Nuxt Version: `3.15.4`\n- CLI Version: `3.22.2`\n- Nitro Version: `2.10.4`\n- Package Manager: `bun@1.2.2`\n- Builder: `-`\n- User Config: `compatibilityDate`, `ssr`, `extends`, `modules`, `css`, `components`, `ui`, `app`, `dayjs`, `icon`\n- Runtime Modules: `@nuxt/ui-pro@3.0.0-beta.2`, `dayjs-nuxt@2.1.11`\n- Build Modules: `-`\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-beta.2\n\n### Reproduction\n\n```ts\nexport default defineAppConfig({\n ui: {\n colors: {\n violet: 'violet',\n },\n },\n});\n```\n\n```ts\nexport default defineNuxtConfig({\n ui: {\n theme: {\n colors: [\n 'primary', 'secondary', 'tertiary',\n 'info', 'success', 'warning',\n 'error', 'violet'\n ]\n }\n },\n});\n\n```\n\n### Description\n\nSetting a custom color with the same name as the color causes some kind of cylical referernce in the css vars between NuxtUIv3 and TWv4.\n\n\n\n\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2938,2939],{"name":2857,"color":2871},{"name":2873,"color":2874},3426,"Setting custom color alias the same name as the color does not work","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3426",0.7448573,{"description":2946,"labels":2947,"number":2952,"owner":2860,"repository":2860,"state":2920,"title":2953,"updated_at":2954,"url":2955,"score":2956},"### What problem does this feature solve?\n\nIt helps if you want a set of components exclusive available to the page.\nThe reason you might want this is if the set of @components is in the same directory of the page it reads like the components is exclusively available for the page file.\nThe exclusive component is mainly used to eliminate the visual noise of the page file.\n\nhttps://github.com/cknow/nuxt-modular/pull/2\n\n### What does the proposed changes look like?\n\nTypically I do it like this\n\n```\ncomponents\n admin\n about\n AboutMainContent.vue\n AboutSidebarContent.vue\n\npages\n admin\n about\n index.vue\n```\n\nWith this changes I would be able to do it like this.\n```\npages\n admin\n about\n sponsors\n @MainSponsors.vue\n @OtherSponsors\n index.vue\n @MainContent.vue\n @SubContent.vue\n index.vue\n```\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\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/c8444\">#c8444\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2948,2949],{"name":2904,"color":2905},{"name":2950,"color":2951},"2.x","d4c5f9",4732,"Dont generate page for file/folder with @ prefix","2023-01-22T15:50:48Z","https://github.com/nuxt/nuxt/issues/4732",0.7485339,{"description":2958,"labels":2959,"number":2964,"owner":2860,"repository":2860,"state":2920,"title":2965,"updated_at":2966,"url":2967,"score":2968},"Is there any way to wrap an entire nuxt.js application/site with a \"non-page\" related component, being a perfect place to add global components, like navbar, sidebar, etc..., and to do global \"on-every-page-load\" logic like user auth, etc...?\r\n\r\nHopefully my question makes sense.\r\n\r\nThanks!\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This feature request is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c74\">#c74\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2960,2963],{"name":2961,"color":2962},"question","cc317c",{"name":2950,"color":2951},95,"App (global) non-page-related component?","2023-01-18T15:38:24Z","https://github.com/nuxt/nuxt/issues/95",0.7555017,{"description":2970,"labels":2971,"number":2973,"owner":2860,"repository":2860,"state":2920,"title":2974,"updated_at":2975,"url":2976,"score":2977},"\u003C!--\r\nIMPORTANT: Please use the following link to create a new issue:\r\n\r\nhttps://cmty.app/nuxt/issues/new?repo=nuxt.js\r\n\r\nIf your issue was not created using the app above, it will be closed immediately.\r\n-->\r\n\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c7462\">#c7462\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2972],{"name":2950,"color":2951},3607,"$nuxt is globally accessible. how to disable it?","2023-01-18T16:26:21Z","https://github.com/nuxt/nuxt/issues/3607",0.75730175,["Reactive",2979],{},["Set"],["ShallowReactive",2982],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fIun646ehCTkhcaL6OJZYPHNCX3NTecFY5ngMmNaKjIQ":-1},"/nuxt/nuxt.com/1227"]