I’ve just started to learn Vue.js and need help. I have two components, the first one is not a parent for the second.
I need to transfer a variable from one component to another. I’ve tried to use “props” - bad idea
Maybe someone knows how to avoid this “parent” restriction