diff --git a/build/webpack.config.dev.js b/build/webpack.config.dev.js index d2538370d..04ca6c82f 100644 --- a/build/webpack.config.dev.js +++ b/build/webpack.config.dev.js @@ -7,6 +7,7 @@ var getPostcssPlugin = require('./utils/postcss_pipe'); var ProgressBarPlugin = require('progress-bar-webpack-plugin'); var HtmlWebpackPlugin = require('html-webpack-plugin'); var OptimizeCssAssetsPlugin = require('optimize-css-assets-webpack-plugin'); +var FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin') var StyleExtractPlugin; if (process.env.NODE_ENV === 'production') { @@ -25,8 +26,7 @@ function convert(str) { function wrap(render) { return function() { return render.apply(this, arguments) - .replace('', ''); + .replace(/\
- 复选框2 + 复选框2
@@ -15,7 +15,7 @@
- 复选框{{item}} + 复选框{{item}}
@@ -24,7 +24,7 @@
- 复选框{{item}} + 复选框{{item}}
@@ -33,7 +33,7 @@
- + 复选框{{item}} diff --git a/docs/examples-dist/icon.vue b/docs/examples-dist/icon.vue index dc0e0a8e7..a208f1a82 100644 --- a/docs/examples-dist/icon.vue +++ b/docs/examples-dist/icon.vue @@ -120,18 +120,42 @@ password-view - - - password-not-view - wap-nav + + + password-not-view + wap-home + + + ecard-pay + + + + balance-pay + + + + peer-pay + + + + credit-pay + + + + debit-pay + + + + other-pay + @@ -140,6 +164,7 @@ @b icon { .van-col { text-align: center; + height: 120px; } .van-icon { diff --git a/docs/examples-dist/lazyload.vue b/docs/examples-dist/lazyload.vue index bab9e763d..c8d1579c2 100644 --- a/docs/examples-dist/lazyload.vue +++ b/docs/examples-dist/lazyload.vue @@ -1,6 +1,6 @@