Commit f71dbb5b authored by fanlin@91isoft.com's avatar fanlin@91isoft.com

Merge remote-tracking branch 'origin/master'

parents 442f0749 a4dcd5ad
......@@ -194,7 +194,7 @@
</ul>
<div
class="comment"
v-show="currentTag == tags[2] && !isOutLine"
v-if="currentTag == tags[2] && !isOutLine"
>
<van-pull-refresh
class="van-pull-refresh"
......
......@@ -29,9 +29,9 @@ module.exports = {
.set('@views', resolve('src/views'))
.set('@layouts', resolve('src/layouts'))
.set('@static', resolve('src/static'))
config
/* config
.plugin('webpack-bundle-analyzer')
.use(require('webpack-bundle-analyzer').BundleAnalyzerPlugin)
.use(require('webpack-bundle-analyzer').BundleAnalyzerPlugin) */
},
configureWebpack: {
plugins: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment