最新回答 / 三三四
可以修改config下的index.js文件中port属性, 比如host: 'localhost',port: 8088,修改完后重启一遍node, 在浏览器访问时直接用localhost:8088就可以访问啦
2018-08-30
最赞回答 / 权御天下_二次元
addNew: function () { if(this.newItem = ''){ this.items.push({ label:this.newItem, isFinished: false }) this.newItem = '' }}
2018-08-21