Vue: Props and Emits
When you are trying to send data between components in Vue you need to know about props and emits. Which one is for what and how do they work? Well its pretty simple let me explain.
Props are used to send data from a parent to a child. Lets say you h...
mateusz-k.hashnode.dev2 min read