update upload

This commit is contained in:
baiyaaaaa
2016-08-20 18:27:37 +08:00
parent 2ceff8709e
commit 0aaf2df436
8 changed files with 530 additions and 274 deletions

View File

@@ -1,4 +1,4 @@
const Upload = require('./src/upload');
const Upload = require('./src/index');
Upload.install = function(Vue) {
Vue.component(Upload.name, Upload);