feat: add error page
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
<template>
|
||||
<div>
|
||||
Contact
|
||||
<contact-form />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { Vue, Component } from 'nuxt-property-decorator'
|
||||
import ContactForm from '@/components/templates/contact-us/ContactForm'
|
||||
|
||||
@Component
|
||||
@Component({
|
||||
components: {
|
||||
ContactForm
|
||||
}
|
||||
})
|
||||
export default class ContactUs extends Vue {
|
||||
}
|
||||
</script>
|
||||
|
@@ -1,6 +1,10 @@
|
||||
<template>
|
||||
<div>
|
||||
<banner />
|
||||
<banner />
|
||||
<banner />
|
||||
<banner />
|
||||
<banner />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user