fix: pageLoading not working

This commit is contained in:
vben
2020-11-12 23:58:44 +08:00
parent 577bf78896
commit 3f78b5aa0c
6 changed files with 19 additions and 13 deletions

View File

@@ -16,7 +16,6 @@ export default defineComponent({
return () => {
const { contentMode, openPageLoading } = unref(getProjectConfigRef);
const { getPageLoading } = appStore;
const wrapClass = contentMode === ContentEnum.FULL ? 'full' : 'fixed';
return (
<div class={[`default-layout__main`]}>