This commit is contained in:
syuilo
2018-08-07 03:20:26 +09:00
parent 75c44cd349
commit d733a1b445
12 changed files with 43 additions and 51 deletions

View File

@ -55,7 +55,7 @@ export default define({
}).then(data => {
this.clear();
}).catch(err => {
alert('失敗した');
alert('Something happened');
}).then(() => {
this.posting = false;
});