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:
@@ -71,6 +71,20 @@ module.exports = Vue.component('app-main', {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
isRunning: function (){
|
||||
|
||||
},
|
||||
exec: function (name, command){
|
||||
console.log('run %s: %s', name, command);
|
||||
|
||||
if (!window.AppRuntime[this.project.name]) {
|
||||
window.AppRuntime[this.project.name] = {
|
||||
name: name,
|
||||
command: command,
|
||||
terminal: ''
|
||||
}
|
||||
}
|
||||
},
|
||||
setting: function (){
|
||||
this.showSetting = true;
|
||||
},
|
||||
|
Reference in New Issue
Block a user