update files

This commit is contained in:
Nuintun
2015-11-20 17:49:36 +08:00
parent 37587ea685
commit 627d176ea8
2 changed files with 3 additions and 2 deletions

View File

@@ -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;
});