feat(loadingBar): 增加加载条与主题颜色适配

This commit is contained in:
chika
2021-07-30 19:32:59 +08:00
parent 85d39add87
commit dd4e6c1670

View File

@@ -138,6 +138,7 @@
window.addEventListener('resize', watchWidth);
//挂载在 window 方便与在js中使用
window['$loading'] = useLoadingBar();
window['$loading'].finish();
});
return {