Update HeadlessDoc.vue
parent
38aeda4b3a
commit
88eaab8bfc
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue