How to pass value from one child component to another in VueJS?
问题 Full source code: https://github.com/tenzan/menu-ui-tw Demo: https://flamboyant-euclid-6fcb57.netlify.com/ Goal: ItemsList and ItemImage are child components to Menu.vue . I need to pass the image_url from ItemsList to ItemImage , in order to change the image on right, after item on left is changed automatically on time intervals. Left side: component ItemsList.vue Right side: component ItemImage.vue Component Menu.vue has 2 child components: <template> <div> <!-- Two columns --> <div class=