Vue Props requires to explicit declare any data passed to a component as props. This acts as a contract between the component and the consumer and ensures that the component is used as intended. Vue's built-in prop validation is compelling.
Sort: