For my Vue 2.x app, I am trying to pass data from one sibling component to another sibling component via root Vue instance. I have applied the solution from this answer. But, it's not working for my app. It seems that data is not coming to the ItemDetails.vue component from ItemList.vue component properly.