fix: collapse header mobile
This commit is contained in:
1
components/templates/contact-us/ContactForm.vue
Normal file
1
components/templates/contact-us/ContactForm.vue
Normal file
@@ -0,0 +1 @@
|
||||
|
13
components/templates/contact-us/FormContact.vue
Normal file
13
components/templates/contact-us/FormContact.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<section class="hero is-fullheight">
|
||||
sdsdfsd
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { Vue, Component } from 'nuxt-property-decorator'
|
||||
|
||||
@Component
|
||||
export default class ContactForm extends Vue {
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user