\n```\n\nI tried to check `this.$refs.customCalendar` if I could find any exposed method, but got nothing.\n\nDo you know how and if this is feasible ?",[2937,2940],{"name":2938,"color":2939},"question","d876e3",{"name":2941,"color":2942},"v3","49DCB8",3764,"ui","closed","How to control Calendar outside the component","2025-04-22T13:17:18Z","https://github.com/nuxt/ui/issues/3764",0.76271886,{"description":2951,"labels":2952,"number":2956,"owner":2916,"repository":2916,"state":2945,"title":2957,"updated_at":2958,"url":2959,"score":2960},"I am having a hard time trying to redirect in method after a store action i.e. redirect to profile upon login, redirect to '/' upon logout.\r\n\r\nI have tried the this.$router.go after awaiting the store dispatch, but no matter the route, it just renders the page.\r\n\r\nIs there something I am doing wrong, or is this an enhancement that could be implemented?\r\n\r\nP.S. I should say this is a framework, combined with express is actually making me happy to develop web applications again and I look forward to production ready release.\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c214\">#c214\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2953],{"name":2954,"color":2955},"2.x","d4c5f9",251,"Redirect after Store Action ","2023-01-18T15:38:39Z","https://github.com/nuxt/nuxt/issues/251",0.783225,{"description":2962,"labels":2963,"number":2965,"owner":2916,"repository":2916,"state":2945,"title":2966,"updated_at":2967,"url":2968,"score":2969},"Hi,\r\n\r\nIm using middleware that checks auth. If its empty i will redirect user to login page with a message.\r\n\r\n```\r\nexport default function ({ store, redirect }) {\r\n if (!store.state.authUser) {\r\n store.commit('SET_NOTI', {\r\n type: 'warn',\r\n title: 'Login',\r\n message: 'You need to log in'\r\n })\r\n console.log(store.state.notiAfterRoute)\r\n redirect('/login')\r\n }\r\n}\r\n```\r\n\r\nBut after redirect by store is null ( the value it should be on start) . If i console log it before redirect. it returns a object like it should. \r\n\r\nI have tryed to solve this for couple of hours now. I tryed to use dispatch, promises everything.\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1667\">#c1667\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2964],{"name":2954,"color":2955},1855,"Store is empty after redirect.","2023-01-18T15:42:45Z","https://github.com/nuxt/nuxt/issues/1855",0.78715444,{"description":2971,"labels":2972,"number":2975,"owner":2916,"repository":2944,"state":2945,"title":2976,"updated_at":2977,"url":2978,"score":2979},"### For what version of Nuxt UI are you asking this question?\n\nv3-alpha\n\n### Description\n\nI'm trying to style my `UDropdownMenu` components.\n\nIt works well, if I do it like this:\n```html\n\u003CUDropdownMenu\n :ui=\"{ item: 'before:bg-green-500 data-highlighted:before:bg-red-500' }\"\n...\n```\n\nHowever, the very same config in `app.config.ts` only works partially:\n```js\nexport default defineAppConfig({\n ui: {\n dropdownMenu: {\n slots: {\n item: 'before:bg-green-500 data-highlighted:before:bg-red-500',\n...\n```\n\nThe green default background is applied, but not the red background when highlighted.\n\nAm I doing something wrong here? Or is this a bug?",[2973,2974],{"name":2938,"color":2939},{"name":2941,"color":2942},2533,"Styling UDropdownMenu in app.config.ts","2024-11-07T08:49:54Z","https://github.com/nuxt/ui/issues/2533",0.7912758,{"description":2981,"labels":2982,"number":1915,"owner":2916,"repository":2983,"state":2945,"title":2984,"updated_at":2985,"url":2986,"score":2987},"For example, when going to `/teams/invite` the user might not be logged and will be redirected to `/login`. We should store the redirect cookie to be redirected to `/teams/invite`.",[],"nuxt.com","Handle auth middleware redirect cookie after login","2023-02-15T12:31:37Z","https://github.com/nuxt/nuxt.com/issues/20",0.7913448,{"description":2989,"labels":2990,"number":2991,"owner":2916,"repository":2983,"state":2945,"title":2992,"updated_at":2993,"url":2994,"score":2995},"### Environment\n\nMacOS 12.6\r\nChrome 107\n\n### Reproduction\n\n\r\n\n\n### Describe the bug\n\n1. Go to https://v3.nuxtjs.org/api/configuration/nuxt-config/\r\n2. Click for example \"extends\" item in the menu\r\n3. Scroll menu back to the top -- content is cut off and is unscrollable\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[],991,"[Docs] Sidebar menu cuts off content","2023-10-10T14:45:25Z","https://github.com/nuxt/nuxt.com/issues/991",0.79402006,{"description":2997,"labels":2998,"number":3009,"owner":2916,"repository":2916,"state":2945,"title":3010,"updated_at":3011,"url":3012,"score":3013},"### Environment\n\n ------------------------------\r\n- Operating System: Linux\r\n- Node Version: v16.14.2\r\n- Nuxt Version: 3.4.3\r\n- Nitro Version: 2.4.0\r\n- Package Manager: npm@7.17.0\r\n- Builder: vite\r\n- User Config: -\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-starter-lvptgn\n\n### Describe the bug\n\nThere are two pages.\r\n\r\n1. i-get-redirected.vue\r\n2. i-get-displayed.vue\r\n\r\n`i-get-redirected` gets redirected to `i-get-displayed` via a global route middleware `redirect.global.ts`. `i-get-displayed`'s setup function logs `'I should be logged just once'` to the console. \r\n\r\nAfter the redirect happens, I expect the log to appear just once. But it appears twice.\r\n\r\n\u003Cimg width=\"385\" alt=\"image\" src=\"https://user-images.githubusercontent.com/2657709/236620500-fc5a6496-8954-40b8-8d7d-770e7b53fee3.png\">\r\n\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2999,3000,3003,3006,3007],{"name":2907,"color":2908},{"name":3001,"color":3002},"3.x","29bc7f",{"name":3004,"color":3005},"bug","d73a4a",{"name":2913,"color":2914},{"name":3008,"color":2908},"✨ good reproduction",20703,"Setup function of the destination page after redirect with navigateTo invoked twice","2023-05-08T22:48:09Z","https://github.com/nuxt/nuxt/issues/20703",0.7982325,{"description":3015,"labels":3016,"number":3018,"owner":2916,"repository":2916,"state":2945,"title":3019,"updated_at":3020,"url":3021,"score":3022},"I am currently using an authentication middleware to check if the user is logged in or not. \r\nIf not, the user is redirected to a login page. \r\nMy problem is that I want to save the current route (before the redirect) so that I can send the user back to the page they were trying to get before the redirect. Now, the redirect method seems to reset the store, I've tried this with multiple middleware. Is there any other way I can redirect the user to the login page that won't reset the store ? I can't seem to be able to access the router with \r\n`this.$router` or with `this.$nuxt.$router`. \n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c873\">#c873\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3017],{"name":2954,"color":2955},1004,"Redirect in a middleware resets the store ","2023-01-18T15:40:38Z","https://github.com/nuxt/nuxt/issues/1004",0.80106837,["Reactive",3024],{},["Set"],["ShallowReactive",3027],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f8-7Il-azljK5NaF8DKAw_w0Liqw28tvfgeMrbIsvBD0":-1},"/nuxt/icon/185"]