Vue’s component system is powerful and allows us to build any application type.
We can create global components using Vue.component('login-form', { ... })
or we can use Vue’s Single File Components when we are building out more complex projects.
Learn how to create custom events in Vue!
Brought for you by @chrisoncode