create child component reference in vue
Most of the time we worked on vue js we need to create child component object to use it public methods/properties. We need to follow below steps. In our current scenario FileUploader is a child component
<FileUploader
ref="fileUploader"
:...
ashishkumar.hashnode.dev1 min read