mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 16:15:19 +08:00
fix: pageLoading not working
This commit is contained in:
@@ -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`]}>
|
||||
|
Reference in New Issue
Block a user