[Doc] change document site path to /zanui/vant (#262)

* [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
This commit is contained in:
neverland
2017-10-26 22:14:08 -05:00
committed by GitHub
parent a7d8379514
commit a186f6958d
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const devConfig = require('./webpack.config.dev.js');
module.exports = merge(devConfig, {
output: {
path: path.join(__dirname, '../docs/dist'),
publicPath: 'https://b.yzcdn.cn/zanui/vue/',
publicPath: 'https://b.yzcdn.cn/zanui/vant/',
filename: '[name].[hash:8].js',
umdNamedDefine: true,
chunkFilename: 'async_[name].[chunkhash:8].js'