AlexLavoie42 / Nuxt-Mapbox

Elegant Mapbox integration with Nuxt
81 stars 11 forks source link

Missing all mapbox controls in v1.3.5? #29

Closed uwaovo closed 1 year ago

uwaovo commented 1 year ago

Environment:

Steps to reproduce:

As a map like:

    <mapbox-map
      map-id="base"
      class="absolute inset-0"
      :options="{
        style: config.public.MAPBOX_STYLE,
        center: [113.933, 22.538],
        zoom: 17
      }"
    >
      <!-- <mapbox-default-marker 
        marker-id="1"
        :lnglat="[113.933, 22.538]"
      /> -->
      <mapbox-scale-control />
      <mapbox-fullscreen-control />
      <mapbox-navigation-control />
    </mapbox-map>

When I upgrade to v1.3.5, the controls are not working. I have to downgrade to v1.3.4 to make it work again.

Any idea?

AlexLavoie42 commented 1 year ago

Fixed with #32