From e9eb18d5901a58c8c9e2a3b439f4f7a424a58511 Mon Sep 17 00:00:00 2001 From: git Date: Tue, 20 Sep 2016 16:39:04 +0900 Subject: [PATCH] add Vue v2.0.0 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1aa484d..b0209d9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ ``` bash npm install vue-upload-component --save ``` +### Vue 2.0.0 + +https://github.com/lian-yue/vue-upload-component/tree/next + +``` bash + npm install vue-upload-component@next --save +``` + + ### CommonJS ```js var FileUpload = require('vue-upload-component');