Skip to content

Commit

Permalink
Update testVuetify.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
AibtVlr committed Oct 23, 2023
1 parent abb02de commit eb6e94b
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions src/runtime/components/Pages/testVuetify.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Header first variant -->
<partsHeader
header-active-link-variant="bottom_line black"
variant="tabs"
variant="top-bar"
:buttons="header_buttons"
:menu="header_menu"
:top-menu="header_top_menu_links"
Expand All @@ -18,21 +18,6 @@
buttons slot
</template>
</partsHeader>

<v-main class="d-flex align-center">
<Forms
:title="'Заполните контактные данные и оставьте заявку на консультацию'"
:inputs="inputs"
@form-data="formData"
:style-form="'standard'"
:small-image="'https://cdn.vuetifyjs.com/images/cards/sunshine.jpg'"
:socials="socials"
:alt-image="'sad'"
:info-company="infoCompany"
:checkbox-setting="checkboxSetting"
:commentary="commentary"
/>
</v-main>
<!-- Header first variant END -->

<v-main class="d-flex align-center">
Expand Down Expand Up @@ -398,8 +383,8 @@ const header_menu = [
{
id: 3,
title: 'Projects',
url: '',
title: 'Vacancies',
url: '/vacancies',
},
{
Expand Down

0 comments on commit eb6e94b

Please sign in to comment.