\nI'd really appreciate it if the team considers a more flexible and intuitive API.\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [x] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [x] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3034,3035],{"name":3019,"color":3020},{"name":3036,"color":3037},"pending triage","E99695",29275,"Better API for Auto Imports Customization","2024-10-08T08:40:01Z","https://github.com/nuxt/nuxt/issues/29275",0.7225385,{"labels":3044,"number":3049,"owner":3025,"repository":3025,"state":3050,"title":3051,"updated_at":3052,"url":3053,"score":3054},[3045,3046],{"name":3019,"color":3020},{"name":3047,"color":3048},"2.x","d4c5f9",6517,"closed","Add example on how to use with @vue/composition-api","2023-01-22T15:51:03Z","https://github.com/nuxt/nuxt/issues/6517",0.63815886,{"description":3056,"labels":3057,"number":3066,"owner":3025,"repository":3067,"state":3050,"title":3068,"updated_at":3069,"url":3070,"score":3071},"### Description\n\nI'm basically trying to display the week day full name in the Calendar header slot.\n\nInstead of having `S - M - T - W - T - F -S` as week day headers, I'd like to show `Sunday - Monday - Tuesday - Wednesday - ...`\n\nThe `#week-day` slot only provides the day's letter, so there's no way to reformat it.\n\n```\n\u003Ctemplate #week-day=\"item\">\n {{ item }}\n\u003C/template>\n```\n\nIt simply displays \n```\n{\n \"day\": \"M\"\n}\n```\nWhich is not super helpful\n\nWould it be possible to have, like, the weekday number (0 to 6) ? \n\nSuggestion:\n```\n{\n \"day\": \"M\",\n \"dayNumber\": \"1\",\n}\n```\n\n### Additional context\n\n_No response_",[3058,3060,3063],{"name":3019,"color":3059},"a2eeef",{"name":3061,"color":3062},"v3","49DCB8",{"name":3064,"color":3065},"triage","ffffff",3714,"ui","Pass more complete data to Calendar week-day slots","2025-04-01T11:52:50Z","https://github.com/nuxt/ui/issues/3714",0.6646478,{"labels":3073,"number":3081,"owner":3025,"repository":3025,"state":3050,"title":3082,"updated_at":3083,"url":3084,"score":3085},[3074,3075,3078],{"name":3019,"color":3020},{"name":3076,"color":3077},"3.x","29bc7f",{"name":3079,"color":3080},"app","17512D",11813,"global vue composition api usage","2023-01-19T15:48:42Z","https://github.com/nuxt/nuxt/issues/11813",0.6709758,{"labels":3087,"number":3090,"owner":3025,"repository":3025,"state":3050,"title":3091,"updated_at":3092,"url":3093,"score":3094},[3088,3089],{"name":3019,"color":3020},{"name":3047,"color":3048},8667,"enable Vuex useStore import for Composition API","2023-01-22T15:52:45Z","https://github.com/nuxt/nuxt/issues/8667",0.67711,{"description":3096,"labels":3097,"number":3102,"owner":3025,"repository":3025,"state":3050,"title":3103,"updated_at":3104,"url":3105,"score":3106},"Nuxt 3 uses Vue 3 with Composition API and [unjs/unctx](https://github.com/unjs/unctx) for supporting composables with the implicit context in nuxtApp (plugins, middleware) and nuxt kit too.\r\n\r\nHowever, there are many cases in this needs a better explanation of how it works internally to understand why an issue like [nuxt instance unavailable](https://github.com/nuxt/framework/issues?q=nuxt+instance+unavailable) happens and how to fix it with proper usage.\r\n\r\nI've made an outline story in https://github.com/nuxt/nuxt.js/issues/14269 which can probably be used as a basis to initiate this concept page.",[3098,3101],{"name":3099,"color":3100},"documentation","5319e7",{"name":3076,"color":3077},14723,"Document composables concept","2023-09-19T20:24:18Z","https://github.com/nuxt/nuxt/issues/14723",0.69243085,{"labels":3108,"number":3117,"owner":3025,"repository":3025,"state":3050,"title":3118,"updated_at":3119,"url":3120,"score":3121},[3109,3110,3113,3114],{"name":3019,"color":3020},{"name":3111,"color":3112},"discussion","538de2",{"name":3076,"color":3077},{"name":3115,"color":3116},"dx","C39D69",11862,"`composables/` directory with auto discovery and import","2023-01-19T15:58:25Z","https://github.com/nuxt/nuxt/issues/11862",0.70332396,{"description":3123,"labels":3124,"number":3128,"owner":3025,"repository":3025,"state":3050,"title":3129,"updated_at":3130,"url":3131,"score":3132},"### Describe the feature\n\nIn Nuxt 2, There are provision of app.html for defining layout of complete web page. But it is not present in nuxt 3. Additionally vue 3 has both option api and composition api feature. But Nuxt 3 does not give any features of fetch and asyncData using in option api. Developers are binded to use composition api even if they are proficient in option api. Can u give any guidance how to implement these features. \n\n### Additional information\n\n- [X] Would you be willing to help implement this feature?\n- [X] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://v3.nuxtjs.org/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/framework/discussions) and [issues](https://github.com/nuxt/framework/issues).",[3125,3126,3127],{"name":3019,"color":3020},{"name":3099,"color":3100},{"name":3076,"color":3077},14732,"options api support for data fetching","2023-01-19T17:43:11Z","https://github.com/nuxt/nuxt/issues/14732",0.70410275,{"labels":3134,"number":3136,"owner":3025,"repository":3025,"state":3050,"title":3137,"updated_at":3138,"url":3139,"score":3140},[3135],{"name":3047,"color":3048},4134,"TS2314: Generic type 'ComponentOptions\u003CV>' requires 1 type argument(s).","2023-01-18T20:03:58Z","https://github.com/nuxt/nuxt/issues/4134",0.7044385,["Reactive",3142],{},["Set"],["ShallowReactive",3145],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$foCZMP7XqDLFis-XhBKX8-MR_Bm7z6rJ0m89WSlpq65c":-1},"/nuxt/ui/2893"]