Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Как импортировать плагин Heatmap? #423

Open
qwentry1 opened this issue Oct 9, 2022 · 0 comments
Open

Как импортировать плагин Heatmap? #423

qwentry1 opened this issue Oct 9, 2022 · 0 comments
Labels

Comments

@qwentry1
Copy link

qwentry1 commented Oct 9, 2022

Как во vue3 правильно подключить плагин <script src="https://yastatic.net/s3/mapsapi-jslibs/heatmap/0.0.1/heatmap.min.js" type="text/javascript"></script>
Если я его сохраняю в файл и подключаю, то выходит ошибка, что ymaps еще не существует. А ymaps получается уже на странице где я карту делаю, если просто код плагина вставить перед ymaps.ready(['Heatmap']), то все работает, но это же не правильно.....

import { loadYmap } from 'vue-yandex-maps';

export default {
  async mounted() {
    const settings = { lang: 'en_US' };
    await loadYmap(settings);
    console.log(ymaps); // здесь доступен весь функционал ymaps
  },
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants