1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-09 18:17:21 +08:00

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

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]