From 8b31ac66f813cbd69a41fd43e4192eb3e4783c31 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 12 May 2020 12:32:14 +0100 Subject: [PATCH] Update cluster.js to include clusterClass Add the `clusterClass` attribute so it can be set as an option. --- src/components/cluster.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/cluster.js b/src/components/cluster.js index 0e443c9f3..9f5a44856 100644 --- a/src/components/cluster.js +++ b/src/components/cluster.js @@ -62,7 +62,11 @@ const props = { zoomOnClick: { type: Boolean, twoWay: false - } + }, + clusterClass: { + type: String, + twoWay: false + }, } const events = [