Open wangzhongjie opened 8 years ago
ERROR in ./~/babel-loader?presets[]=es2015&plugins[]=transform-runtime&comments=false!./~/vue-loader/lib/selector.js?type=script&index=0!./src/views/Node.vue Module build failed: SyntaxError: Unexpected token, expected , (19:37)
17 | if (!this.nodeList.length) { 18 | Promise.all([
19 | this.getAllNodeList(); | ^ 20 | ]) 21 | .then(() => { 22 | this.hideLoading();
另我改过来了不知怎么提交代码,囧
发一个merge request就好了
ERROR in ./~/babel-loader?presets[]=es2015&plugins[]=transform-runtime&comments=false!./~/vue-loader/lib/selector.js?type=script&index=0!./src/views/Node.vue Module build failed: SyntaxError: Unexpected token, expected , (19:37)
17 | if (!this.nodeList.length) { 18 | Promise.all([
;号要改为,
另我改过来了不知怎么提交代码,囧