Создание карты
html
<yandex-map
:height="height"
:settings="{
location: {
center,
zoom,
},
theme,
showScaleInCopyrights: true,
}"
:width="width"
>
<yandex-map-default-scheme-layer/>
</yandex-map>
ts
import { YandexMap, YandexMapDefaultSchemeLayer } from 'vue-yandex-maps';