update files

This commit is contained in:
nuintun 2015-11-23 22:24:06 +08:00
parent 84768cea6b
commit 6f0ee7a728

View File

@ -71,8 +71,8 @@ module.exports = Vue.component('app-main', {
}
},
events: {
'setting-toggle': function (flag){
this.showSetting = flag;
'setting-toggle': function (state){
this.showSetting = state;
},
edit: function (project){
this.projects.$set(this.activeIndex, project);