Hello all,
How to use routing of vue js in AEM.
Use Case: We have a component called "Login" , I want to load one more component if the user logged in successfully
FYI: The Vue components are integrated with AEM and we are loading the AEM components on the page.
Many thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @sateeshk9319722,
May be you can try to trigger event from 1 view to another.
So, when a user logs in, you can fire the event which the other view/component will be listening to.
You can refer to this article https://www.danvega.dev/blog/2019/06/05/triggering-events-router-vue/
We did something similar to this using broadcasts in angular js. May be you can try on the same lines.
Hai vanegi,
Thanks for the reply..
The exact issue here is how can we switch(using routers) between the vue components from AEM components based on the condition.
Thanks.
Views
Replies
Total Likes
Does contexthub solves your use case ? based on a defined segment (in your case user logged in) you will show the component else not.
Hai Sundeep,
I couldn't find anything in contexthub related to this.
Thanks
Views
Replies
Total Likes
Hi @sateeshk9319722,
May be you can try to trigger event from 1 view to another.
So, when a user logs in, you can fire the event which the other view/component will be listening to.
You can refer to this article https://www.danvega.dev/blog/2019/06/05/triggering-events-router-vue/
We did something similar to this using broadcasts in angular js. May be you can try on the same lines.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies