fix: collapse header mobile

This commit is contained in:
kmacoders
2021-06-28 00:12:53 +07:00
parent 546f1d4aad
commit f79c2f5031
6 changed files with 87 additions and 3 deletions

View File

@@ -0,0 +1 @@

View 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>