Files
pure-city.ru/components/map-view.vue
2024-09-22 16:26:48 +03:00

16 lines
230 B
Vue

<script setup lang="ts">
</script>
<template>
<iframe
class="h-96 w-full"
style="filter: hue-rotate(51deg);"
src="https://yandex.ru/map-widget/v1/-/CDH7FS3m"
></iframe>
</template>
<style scoped lang="postcss">
</style>