Update index.vue

This commit is contained in:
WangXinhai 2018-04-01 01:04:24 +08:00 committed by GitHub
parent 51fb0994ed
commit d079d126b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export default {
},
methods: {
updateStyle(style, oldCluster, newCluster) {
updateStyle(style, oldCluster, newCluster) {
let colorOverrides = [] // only capture color overides
oldCluster.forEach((color, index) => {
let value = newCluster[index]