update files

This commit is contained in:
nuintun
2015-11-23 16:28:12 +08:00
parent 034871ef5d
commit 51a559c320
5 changed files with 25 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ module.exports = Vue.component('app-main', {
props: {
activeIndex: {
type: Number,
twoWay: true,
required: true
},
projects: {
@@ -52,7 +53,6 @@ module.exports = Vue.component('app-main', {
return JSON.parse(JSON.stringify(project));
},
command: function (){
console.log(this.project.command.slice(0, 3));
return this.project.command.slice(0, 3);
},
moreCommand: function (){