Skip to content

Создание карты

html
<yandex-map
  :settings="{
    location: {
      center,
      zoom,
    },
    theme,
    showScaleInCopyrights: true,
  }"
  :width="width"
  :height="height"
>
  <yandex-map-default-scheme-layer />
</yandex-map>
ts
import {
  YandexMap, YandexMapDefaultSchemeLayer,
} from 'vue-yandex-maps';

Сделано с ♥ под лицензией MIT.