Update NewsLetter.vue
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user