Compare commits

..

1 commit

Author SHA1 Message Date
e51f28e214 add basic view for item history
All checks were successful
/ test (pull_request) Successful in 49s
/ test (push) Successful in 51s
2024-12-01 17:08:08 +01:00

View file

@ -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 {