Files
pure-city.ru/components/map-view.vue
2024-09-22 08:53:18 +03:00

15 lines
193 B
Vue

<script setup lang="ts">
</script>
<template>
<iframe
class="h-96 w-full"
src="https://yandex.ru/map-widget/v1/-/CDH7FS3m"
></iframe>
</template>
<style scoped lang="postcss">
</style>