vben
2020-11-12 3f78b5aa0cd3e7a6f17d58512ca93ee2905d5e2f
src/layouts/default/LayoutContent.tsx
@@ -16,7 +16,6 @@
    return () => {
      const { contentMode, openPageLoading } = unref(getProjectConfigRef);
      const { getPageLoading } = appStore;
      const wrapClass = contentMode === ContentEnum.FULL ? 'full' : 'fixed';
      return (
        <div class={[`default-layout__main`]}>