'update'
[vchess.git] / client / src / components / ContactForm.vue
index 9ca337d..9ac5710 100644 (file)
@@ -17,7 +17,7 @@ div
         br
         textarea#mailContent
       fieldset
-        button(type="button" @click="trySendMessage") {{ st.tr["Send"] }}
+        button(type="button" @click="trySendMessage()") {{ st.tr["Send"] }}
         p#emailSent {{ st.tr["Email sent!"] }}
 </template>
 
@@ -25,7 +25,6 @@ div
 import { ajax } from "../utils/ajax";
 import { store } from "@/store";
 import { checkNameEmail } from "@/data/userCheck";
-
 export default {
   name: "my-contact-form",
   data: function() {