\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).",[3155,3156],{"name":3140,"color":3141},{"name":3157,"color":3158},"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":3165,"number":3170,"owner":3146,"repository":3146,"state":3171,"title":3172,"updated_at":3173,"url":3174,"score":3175},[3166,3167],{"name":3140,"color":3141},{"name":3168,"color":3169},"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":3177,"labels":3178,"number":3187,"owner":3146,"repository":3188,"state":3171,"title":3189,"updated_at":3190,"url":3191,"score":3192},"### 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_",[3179,3181,3184],{"name":3140,"color":3180},"a2eeef",{"name":3182,"color":3183},"v3","49DCB8",{"name":3185,"color":3186},"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":3194,"number":3202,"owner":3146,"repository":3146,"state":3171,"title":3203,"updated_at":3204,"url":3205,"score":3206},[3195,3196,3199],{"name":3140,"color":3141},{"name":3197,"color":3198},"3.x","29bc7f",{"name":3200,"color":3201},"app","17512D",11813,"global vue composition api usage","2023-01-19T15:48:42Z","https://github.com/nuxt/nuxt/issues/11813",0.6709758,{"labels":3208,"number":3211,"owner":3146,"repository":3146,"state":3171,"title":3212,"updated_at":3213,"url":3214,"score":3215},[3209,3210],{"name":3140,"color":3141},{"name":3168,"color":3169},8667,"enable Vuex useStore import for Composition API","2023-01-22T15:52:45Z","https://github.com/nuxt/nuxt/issues/8667",0.67711,{"description":3217,"labels":3218,"number":3223,"owner":3146,"repository":3146,"state":3171,"title":3224,"updated_at":3225,"url":3226,"score":3227},"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.",[3219,3222],{"name":3220,"color":3221},"documentation","5319e7",{"name":3197,"color":3198},14723,"Document composables concept","2023-09-19T20:24:18Z","https://github.com/nuxt/nuxt/issues/14723",0.69243085,{"labels":3229,"number":3238,"owner":3146,"repository":3146,"state":3171,"title":3239,"updated_at":3240,"url":3241,"score":3242},[3230,3231,3234,3235],{"name":3140,"color":3141},{"name":3232,"color":3233},"discussion","538de2",{"name":3197,"color":3198},{"name":3236,"color":3237},"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":3244,"labels":3245,"number":3249,"owner":3146,"repository":3146,"state":3171,"title":3250,"updated_at":3251,"url":3252,"score":3253},"### 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).",[3246,3247,3248],{"name":3140,"color":3141},{"name":3220,"color":3221},{"name":3197,"color":3198},14732,"options api support for data fetching","2023-01-19T17:43:11Z","https://github.com/nuxt/nuxt/issues/14732",0.70410275,{"labels":3255,"number":3257,"owner":3146,"repository":3146,"state":3171,"title":3258,"updated_at":3259,"url":3260,"score":3261},[3256],{"name":3168,"color":3169},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",3263],{},["Set"],["ShallowReactive",3266],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$foCZMP7XqDLFis-XhBKX8-MR_Bm7z6rJ0m89WSlpq65c":-1},"/nuxt/ui/2893"]