112.Select组件双向绑定核心:
selectChange(e){
this.$emit('input', this.dataValue);
},
113.参数截取第一个,类似bind的实现
Array.prototype.shift.call(arguments,0)
114.webpack打包分析
分析打包大小:
"analyz": "cross-env NODE_ENV=production npm_config_report=true npm run build"
115.js方法注释 /** +回车
116.查看页面dom渲染数量: $$(’*’)
117.webpack打包问题: Could not find a matching event to end plugins Object/Compiler/after-emit 原因:多写了一个created