This commit is contained in:
pangxie1991 2017-03-27 18:40:11 +08:00
parent 5724e49a02
commit 8f91cd0cb7
2 changed files with 1 additions and 8 deletions

View File

@ -168,7 +168,7 @@ if (process.env.NODE_ENV === 'production') {
delete module.exports.devtool;
module.exports.output = {
path: path.join(__dirname, '../docs/dist'),
publicPath: './',
publicPath: '/vue',
filename: '[name].[hash:8].js'
};
module.exports.plugins = module.exports.plugins.concat([

View File

@ -53,13 +53,6 @@
</zan-col>
</zan-row>
</example-block><example-block title="button group">
<div class="button-group">
<zan-button type="primary" size="small">确认付款</zan-button>
<zan-button size="small">确认收货</zan-button>
<zan-button size="small">取消订单</zan-button>
</div>
</example-block></section></template>
<style>
@component-namespace demo {