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