mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-21 02:41:23 +08:00
update files
This commit is contained in:
@@ -30,7 +30,8 @@ module.exports = Vue.component('app-main', {
|
||||
},
|
||||
data: function (){
|
||||
return {
|
||||
showSetting: false
|
||||
showSetting: false,
|
||||
showMoreCommand: false
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
@@ -58,6 +59,9 @@ module.exports = Vue.component('app-main', {
|
||||
setting: function (){
|
||||
this.showSetting = true;
|
||||
},
|
||||
commandToggle: function (){
|
||||
this.showMoreCommand = !this.showMoreCommand;
|
||||
},
|
||||
remove: function (){
|
||||
this.projects.splice(this.activeIndex, 1);
|
||||
this.activeIndex = 0;
|
||||
|
Reference in New Issue
Block a user