Cluster Layer
Getting Started
NOTE
This plugin doesn't work without the main library v-mapboxgl
(see the Getting Started)
yarn add @v-mapboxgl/plugin-cluster-layer
Then, in your main.js
:
import Vue from 'vue';
import VMapboxGL from 'v-mapboxgl';
import VMapboxGLPluginClusterLayer from '@v-mapboxgl/plugin-cluster-layer';
Vue.use(VMapboxGL);
Vue.use(VMapboxGLPluginClusterLayer);