From 26f530541d8d53431039a1f0d40713ea7f2d3e64 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 6 Mar 2017 20:28:03 +0900 Subject: [PATCH 1/2] Update devtool --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 73dff47..7d67191 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -59,11 +59,11 @@ module.exports = { historyApiFallback: true, noInfo: true }, - devtool: '#eval-source-map' + devtool: 'eval-source-map' } if (process.env.NODE_ENV === 'production') { - module.exports.devtool = '#source-map' + module.exports.devtool = 'source-map' // http://vuejs.github.io/vue-loader/workflow/production.html module.exports.plugins = (module.exports.plugins || []).concat([ new webpack.DefinePlugin({ From b3da037d5410bfa0c3869d4fe89e0f9e7e3aed95 Mon Sep 17 00:00:00 2001 From: Luke Brookhart Date: Thu, 9 Mar 2017 21:55:35 -0500 Subject: [PATCH 2/2] fix 2 errors in example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2ad2ef..f5ca309 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ npm run build component.active = true; } file.headers['X-Filename'] = encodeURIComponent(file.name) - file.data.finename = file.name + file.data.filename = file.name // file.putAction = 'xxx' // file.postAction = 'xxx' @@ -186,7 +186,7 @@ npm run build { mode: 'html5', // html5 or html4 - active: false, // set active = fasle abort upload + active: false, // set active = false abort upload uploaded: true, // Read only