Update HeadlessDoc.vue

pull/4733/head
tugcekucukoglu 2023-11-01 12:10:00 +03:00
parent 38aeda4b3a
commit 88eaab8bfc
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ export default {
if (this.progress >= 100) { if (this.progress >= 100) {
this.progress = 100; this.progress = 100;
clearInterval(interval); clearInterval(this.interval);
} }
}, 1000); }, 1000);
} }
@ -214,7 +214,7 @@ const show = () => {
if (this.progress >= 100) { if (this.progress >= 100) {
this.progress = 100; this.progress = 100;
clearInterval(interval); clearInterval(this.interval);
} }
}, 1000); }, 1000);
} }