Client now running. Toward fully 1-page (with filters for variants)
[vchess.git] / client / src / components / ContactForm.vue
index cbfa622..a521e6a 100644 (file)
@@ -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");