Use Props and Events for a Flexible FileUpload Vue Component
In this lesson, we make the component more flexible for real world use by creating props to control max file size, how many files can be uploaded, and what types of files are accepted. We also emit an event on file upload success.