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 @@ ...@@ -194,7 +194,7 @@
</ul> </ul>
<div <div
class="comment" class="comment"
v-show="currentTag == tags[2] && !isOutLine" v-if="currentTag == tags[2] && !isOutLine"
> >
<van-pull-refresh <van-pull-refresh
class="van-pull-refresh" class="van-pull-refresh"
......
...@@ -29,9 +29,9 @@ module.exports = { ...@@ -29,9 +29,9 @@ module.exports = {
.set('@views', resolve('src/views')) .set('@views', resolve('src/views'))
.set('@layouts', resolve('src/layouts')) .set('@layouts', resolve('src/layouts'))
.set('@static', resolve('src/static')) .set('@static', resolve('src/static'))
config /* config
.plugin('webpack-bundle-analyzer') .plugin('webpack-bundle-analyzer')
.use(require('webpack-bundle-analyzer').BundleAnalyzerPlugin) .use(require('webpack-bundle-analyzer').BundleAnalyzerPlugin) */
}, },
configureWebpack: { configureWebpack: {
plugins: [ 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