Props in Vue

Sometimes is good to get back to basics. Props[1] are an important concept in Vue.js. Props, short for properties, allow developers to pass data from a parent component to a child component, ena ...