Пытаюсь подключить карту, но вылазит ошибка
t.h is not a function
Код:
<yandex-map ymap-class="map-box" :coords="coords" :zoom="11" :controls="controls" :scroll-zoom="scrollZoom">
<ymap-marker
marker-type="placemark"
:coords="[54.7, 39.7]"
:markerId="1"
hint-content="Hint content 1"
:balloon="{header: 'header', body: 'body', footer: 'footer'}"
:icon="{color: 'green', glyph: 'cinema'}"
/>
<ymap-marker
marker-type="placemark"
:coords="[54.6, 39.8]"
:markerId="2"
hint-content="Hint content 1"
:balloon="{header: 'header', body: 'body', footer: 'footer'}"
:icon="{color: 'green', glyph: 'cinema'}"
/>
</yandex-map>
coords: [54.6, 39.8],
controls: ['fullscreenControl', 'searchControl', 'zoomControl'],
scrollZoom: false,
Как решить?