yandex-maps-unofficial / vue-yandex-map

Yandex Maps Component for VueJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue 3, TypeError: e3 is not a function

neyriks opened this issue · comments

import { yandexMap } from 'vue-yandex-maps' <template> <yandex-map :settings="settings" :coords='[223, 123]' /> </template>

Получаю ошибку TypeError: e3 is not a function, в чем может быть причина?
"vue": "3.3.11", "vue-yandex-maps": "^0.12.7"