X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FContactForm.vue;h=a521e6aaf7f6b940c4d53d99a68c532842e0c29b;hb=ccd4a2b74aecdd6e52960a9ed42acea3e40c9271;hp=cbfa622c9f0893e26aebe022b24c631f87e52d74;hpb=8d61fc4ab7373b4a576f3f9108cdf7768ae27096;p=vchess.git diff --git a/client/src/components/ContactForm.vue b/client/src/components/ContactForm.vue index cbfa622c..a521e6aa 100644 --- a/client/src/components/ContactForm.vue +++ b/client/src/components/ContactForm.vue @@ -24,7 +24,7 @@ div import { ajax } from "../utils/ajax"; export default { name: "ContactForm", - methods: { + methods: { // Note: not using Vue here, but would be possible trySendMessage: function() { let email = document.getElementById("userEmail");