Update NewsLetter.vue

This commit is contained in:
2020-08-22 20:01:10 +05:00
parent 9ffc1aaba2
commit 522c2cda65

View File

@@ -48,6 +48,7 @@ export default {
.then(response => { .then(response => {
this.message = response.data.message; this.message = response.data.message;
this.form.email = "";
}) })
.catch(error => { .catch(error => {
this.errors = true; this.errors = true;