diff --git a/client/src/components/ymap.vue b/client/src/components/ymap.vue.old similarity index 100% rename from client/src/components/ymap.vue rename to client/src/components/ymap.vue.old diff --git a/client/src/index.template.html b/client/src/index.template.html index 0998647..f2a4a7f 100644 --- a/client/src/index.template.html +++ b/client/src/index.template.html @@ -16,6 +16,18 @@ sizes="16x16" href="icons/favicon-16x16.svg" /> + + diff --git a/client/src/views/contacts.vue b/client/src/views/contacts.vue index 94fc10d..7196124 100644 --- a/client/src/views/contacts.vue +++ b/client/src/views/contacts.vue @@ -30,7 +30,7 @@
- - +
import AppBreadcrumbs from '@/components/app-breadcrumbs.vue'; import SupportBlock from '@/components/support-block.vue'; -import YandexMap from '@/components/ymap.vue'; import { app } from '@/services'; export default { name: 'contacts', - components: { SupportBlock, AppBreadcrumbs, YandexMap }, + components: { SupportBlock, AppBreadcrumbs }, data() { return { formData: {},