update files

This commit is contained in:
nuintun 2015-11-23 18:07:49 +08:00
parent 468afcd523
commit 7882e3ce40

View File

@ -50,7 +50,7 @@ module.exports = Vue.component('app-main', {
project.command = []; project.command = [];
} }
return JSON.parse(JSON.stringify(project)); return project;
}, },
command: function (){ command: function (){
return this.project.command.slice(0, 3); return this.project.command.slice(0, 3);