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

8 lines
152 B
Vue

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