diff --git a/pages/contact.vue b/pages/contact.vue index 3e00884..d460935 100644 --- a/pages/contact.vue +++ b/pages/contact.vue @@ -1,7 +1,32 @@ @@ -17,8 +42,15 @@ export default { data() { return { + isDisabled: false, } - } + }, + + methods: { + onSubmit () { + console.log('Submitting ...') + }, + }, }