Vincent1993 / V2EX-Vue

Vue2 Family Barrels
http://www.cusmos.me/v2ex
154 stars 38 forks source link

views/node.vue处有一个错误 #4

Open wangzhongjie opened 7 years ago

wangzhongjie commented 7 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();


;号要改为,

另我改过来了不知怎么提交代码,囧

Vincent1993 commented 7 years ago

发一个merge request就好了