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