Merge branch 'feature/vuejs' into feature/dusk-vuejs
This commit is contained in:
commit
6005def7bc
6 changed files with 26 additions and 3 deletions
|
@ -70,6 +70,10 @@
|
|||
email: this.$props.email,
|
||||
})
|
||||
.then(function (response) {
|
||||
if (!(response.data instanceof Object)) {
|
||||
throw new Error('An error was encountered while processing this request.');
|
||||
}
|
||||
|
||||
self.$data.submitDisabled = false;
|
||||
self.$data.showSpinner = false;
|
||||
self.success(response.data.status);
|
||||
|
|
Reference in a new issue