From ed43b21306612d40929b0e1a9fa86b2838a2bce4 Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 27 Oct 2017 02:34:19 -0500 Subject: [PATCH] [bugfix] uploader style error (#265) * [bugfix] CouponList always show empty info * [bugfix] add click feedback of buttons in components * [Doc] add custom theme document * [new feature] Notice bar support more props * [bugfix] PullRefresh test cases * [bugfix] unused NoticeBar style * [bugfix] Swipe width calc error * [Doc] english document of all action components * [Doc] change document site path to /zanui/vant * [Doc] fix * [bugfix] uploader style error * [bugfix] tabs document demo --- build/webpack.config.dev.js | 4 ++-- docs/examples-docs/zh-CN/tab.md | 14 ++++++++------ packages/vant-css/src/uploader.css | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/build/webpack.config.dev.js b/build/webpack.config.dev.js index 71d194e41..1ecb1ab43 100644 --- a/build/webpack.config.dev.js +++ b/build/webpack.config.dev.js @@ -37,8 +37,8 @@ module.exports = { host: '0.0.0.0', historyApiFallback: { rewrites: [ - { from: /^\/zanui\/vue\/examples/, to: '/examples.html' }, - { from: /^\/zanui\/vue/, to: '/index.html' } + { from: /^\/zanui\/vant\/examples/, to: '/examples.html' }, + { from: /^\/zanui\/vant/, to: '/index.html' } ] }, stats: 'errors-only' diff --git a/docs/examples-docs/zh-CN/tab.md b/docs/examples-docs/zh-CN/tab.md index 3b12027d7..b3b05c4d0 100644 --- a/docs/examples-docs/zh-CN/tab.md +++ b/docs/examples-docs/zh-CN/tab.md @@ -24,6 +24,8 @@