diff --git a/src/components/VMapbox.vue b/src/components/VMapbox.vue index d23c7c6..466f9e3 100644 --- a/src/components/VMapbox.vue +++ b/src/components/VMapbox.vue @@ -144,14 +144,6 @@ export const props = { export default { name: 'v-mapbox', - - // @QUESTION :: Why is this back? Now the whole map is reactive again.. - data () { - return { - map: null - } - }, - props, provide () {