From 929aa964a05ea102b0cb84bdb3a5f922d6c62340 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 14 Jan 2019 11:31:17 +0000 Subject: [PATCH] initial content --- pages/contact.vue | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) 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 ...') + }, + }, }