X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FContactForm.vue;h=45b7c011c4b39dd2bee67abbcaed767b1c54fb7e;hp=734d7f19312f94f1d3dc3bdae585a18c8fac2248;hb=dac395887d96e2d642b209c6db6aaacc3ffacb34;hpb=5fde3a01497262862afc4cb4c9457d4e0ad69a4a diff --git a/client/src/components/ContactForm.vue b/client/src/components/ContactForm.vue index 734d7f19..45b7c011 100644 --- a/client/src/components/ContactForm.vue +++ b/client/src/components/ContactForm.vue @@ -34,7 +34,7 @@ export default { }; }, methods: { - // Note: not using Vue here, but would be possible + // Note: not using Vue here, but would be possible trySendMessage: function() { let email = document.getElementById("userEmail"); let subject = document.getElementById("mailSubject"); @@ -65,7 +65,7 @@ export default { } ); }, - }, + }, };