vuejs Templates
vuejs Templates
It's quite common you might have a same component used in different routes (pages) with a bit different sizes and positions. Sometimes you might want to animate them when user navigates between routes to provide a smooth UX. While such animation is common to be seen in native apps, it's could be a bit challenging to do it in Web. Vue's component structure is presented as a tree, and the child components are in different branches with their own instances.