mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 03:14:07 +08:00
update files
This commit is contained in:
parent
84768cea6b
commit
6f0ee7a728
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user