yandex-maps-unofficial / vue-yandex-map

Yandex Maps Component for VueJS
MIT License
359 stars 103 forks source link

Что за ошибка 'e3 is not a function' #450

Closed ideafm closed 1 year ago

ideafm commented 1 year ago

"vue-yandex-maps": "^1.0.8",

<yandex-map :settings="settings" :coords="coords" :zoom="4"> </yandex-map>

e3 is not a function

ideafm commented 1 year ago

Когда беру пример из examples, то получаю следующую ошибку

TypeError: Cannot read properties of undefined (reading 'map')

ideafm commented 1 year ago

Что тут не так? https://stackblitz.com/edit/nuxt-starter-qmnq1w?file=app.vue,components%2FTest.vue

PNKBizz commented 1 year ago

Компонент не поддерживает SSR

ideafm commented 1 year ago

C <client-only> тоже не работает

https://stackblitz.com/edit/nuxt-starter-czkcag?file=app.vue,components%2FTest.vue

PNKBizz commented 1 year ago

Точно. Обновил документацию. Спасибо за репорт

import { YandexMap } from 'vue-yandex-maps' - первая буква большая