From dd4e6c1670196c07d088e52b99d395c5aed85420 Mon Sep 17 00:00:00 2001 From: chika <983123963@qq.com> Date: Fri, 30 Jul 2021 19:32:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(loadingBar):=20=E5=A2=9E=E5=8A=A0=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=9D=A1=E4=B8=8E=E4=B8=BB=E9=A2=98=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layout/index.vue b/src/layout/index.vue index 5066326..db45be3 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -138,6 +138,7 @@ window.addEventListener('resize', watchWidth); //挂载在 window 方便与在js中使用 window['$loading'] = useLoadingBar(); + window['$loading'].finish(); }); return {