for example, I am responsible for logging in and obtaining user information in the user.vue component. In the getInfo.vue component, the user logs in and requests the corresponding info interface to obtain the relevant information.
so how can I trigger an ajax request in getInfo.vue after logging in in user.vue? Thank you