Compare commits
1 commit
2a2ef61fc4
...
e51f28e214
Author | SHA1 | Date | |
---|---|---|---|
e51f28e214 |
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
async handleClick() {
|
||||
console.log("AsyncButton.handleClick() called");
|
||||
if (this.task && typeof this.task === 'function') {
|
||||
this.disabled = true;
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue