Skip to content

Commit

Permalink
Update HeadlessDoc.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 1, 2023
1 parent 38aeda4 commit 88eaab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/toast/HeadlessDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default {
if (this.progress >= 100) {
this.progress = 100;
clearInterval(interval);
clearInterval(this.interval);
}
}, 1000);
}
Expand Down Expand Up @@ -214,7 +214,7 @@ const show = () => {
if (this.progress >= 100) {
this.progress = 100;
clearInterval(interval);
clearInterval(this.interval);
}
}, 1000);
}
Expand Down

0 comments on commit 88eaab8

Please sign in to comment.