From b2a0f102995ecc70820ef36bebaf4e06f0c3bdb8 Mon Sep 17 00:00:00 2001 From: Wadim Sewo <33370479+wadimsewo@users.noreply.github.com> Date: Fri, 2 Jul 2021 10:53:21 +0200 Subject: [PATCH] Update README.md Add import example --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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