Closed SerikK closed 1 year ago
<template> <ClientOnly> <div class="map-content"> <div style="position:relative;overflow:hidden;height: 300px;width: 100%"> <YandexMap :coordinates="coordinates"></YandexMap> </div> </div> </ClientOnly> </template> <script lang="ts"> import { useMapStore } from '~~/store/map' export default defineComponent({ setup() { const coordinates = ref([ 71.430411, 51.128207 ]); return { coordinates, } } }) </script>
Не отображается карта
Не отображается карта