diff --git a/src/components/cluster.vue b/src/components/cluster.vue index 2b11cd1..54eec3e 100644 --- a/src/components/cluster.vue +++ b/src/components/cluster.vue @@ -37,11 +37,7 @@ export default buildComponent({ } return MarkerClusterer; }, - ctrArgs: ({map, ...otherOptions}) => [{ - map, - algorithm: otherOptions.algorithm, - renderer: otherOptions.renderer, - }], + ctrArgs: ({map, ...otherOptions}) => [{map, ...otherOptions}], afterCreate(inst) { const reinsertMarkers = () => { const oldMarkers = inst.getMarkers();