If you’re using vue.js and trying to create you own components, at some point in time you’ll need to somehow pass some form of data from a child component to the parent. There are many ways to accomplish the same result. Some use an external store, some use the window…