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: { events: {
'setting-toggle': function (flag){ 'setting-toggle': function (state){
this.showSetting = flag; this.showSetting = state;
}, },
edit: function (project){ edit: function (project){
this.projects.$set(this.activeIndex, project); this.projects.$set(this.activeIndex, project);