diff --git a/README.md b/README.md index 0446cc1..4744cae 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,17 @@ To make use of this property it expects to be formatted as `meta.remainingParts` npm install vuejs-uploader ``` +.vue file: +```js +import Uploader from "vuejs-uploader"; +... +export default { + components: { + Uploader, + }, +... +``` + ## Usage Basic