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
468afcd523
commit
7882e3ce40
@ -50,7 +50,7 @@ module.exports = Vue.component('app-main', {
|
|||||||
project.command = [];
|
project.command = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
return JSON.parse(JSON.stringify(project));
|
return project;
|
||||||
},
|
},
|
||||||
command: function (){
|
command: function (){
|
||||||
return this.project.command.slice(0, 3);
|
return this.project.command.slice(0, 3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user