This commit is contained in:
こぴなたみぽ
2018-02-07 18:17:59 +09:00
parent ea70350dcc
commit 07efc8e150
90 changed files with 427 additions and 425 deletions

View File

@ -114,13 +114,13 @@
state: 'waiting'
});
this.refs.form.on('denied', () => {
this.$refs.form.on('denied', () => {
this.update({
state: 'denied'
});
});
this.refs.form.on('accepted', this.accepted);
this.$refs.form.on('accepted', this.accepted);
}
}).catch(error => {
this.update({