mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = Vue.component('app-configure', {
|
||||
uniqueCache: function (){
|
||||
var cache = {};
|
||||
|
||||
this.configure.projects && this.configure.projects.forEach(function (project){
|
||||
this.configure.projects.forEach(function (project){
|
||||
cache[project.name] = true;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user