diff --git a/components/Loading.vue b/components/Loading.vue index 15de9836f1..7fc383568a 100644 --- a/components/Loading.vue +++ b/components/Loading.vue @@ -20,7 +20,7 @@ export default { }, mounted() { - this.timer = setTimeout(() => { this.showMessage = true; console.log('ok'); }, 250); + this.timer = setTimeout(() => { this.showMessage = true; }, 250); }, beforeDestroy() {