и получаю ош
ERROR Failed to compile with 1 errors 10:38:10 PM
This relative module was not found:
* ../../../dist/vue-yandex-maps in ./src/main.js
в чем может быть проблема?
// main.js import Vue from 'vue'; import YmapPlugin from 'vue-yandex-maps'; const options = { apiKey: '', lang: 'ru_RU', version: '2.1.73', }; . . . Vue.use(YmapPlugin, options); // App.vue <template> <yandex-map :options='options' v-once :behaviors='[`default`]' :cluster-options='{ 1: {clusterDisableClickZoom: true, layout}}' :coords='[54, 48]' @map-was-initialized='initHandler' @mapStateAutoApply='true' map-type='map' class='ymap-class' zoom='17' > </yandex-map> </template> <style scoped> html, body, .ymap-class { width: 100%; height: 100%; padding: 0px; } </style>
но я рекоммендую leaflet
Обсуждают сегодня