Cannot read properties of undefined (reading '__asyncLoader')
Vue version
3.2.25
Link to minimal reproduction
Steps to reproduce
When I make a route jump after logging out web log Cannot read properties of undefined (reading '__asyncLoader')
.
I think this is an asynchronous component problem.
I use import.meta.glob
to import .vue
components and router.addRoute
. when user logout, router.remove these, login repeat.
What is expected?
sucess jump
What is actually happening?
System Info
No response
Any additional comments?
No response