Full typescript and mvvm implementation #3
@ -79,7 +79,7 @@ async function countUp() {
|
|||||||
if (!counter.error) {
|
if (!counter.error) {
|
||||||
counter.start();
|
counter.start();
|
||||||
} else {
|
} else {
|
||||||
counter.error(demo.error);
|
console.log(counter.error);
|
||||||
}
|
}
|
||||||
|
|
||||||
await delay(2500)
|
await delay(2500)
|
||||||
|
Loading…
Reference in New Issue
Block a user