# vue-dropzone
**Drop in replacement of vue2-dropzone that supports vue3**
A Vue component for file uploads, powered by [Dropzone.js](http://www.dropzonejs.com/). [Check out the demo](https://rowanwins.github.io/vue-dropzone/docs/dist/index.html).
---

## Development
``` bash
# install your dependencies
npm install
# install vue-dropzone
npm install dropzone-vue3
(or with yarn)
yarn add dropzone-vue3
```
## Usage
```javascript