@@ -226,7 +226,6 @@ export default {
// detailInfo: paperParseData,
// });
this.resetData(this.data);
- console.log(this);
this.$nextTick(() => {
this.registScrollEvent();
@@ -32,6 +32,7 @@ module.exports = {
],
},
transpileDependencies: [/\bvue-awesome\b/],
+ productionSourceMap: false,
};
require("events").EventEmitter.defaultMaxListeners = 0;