chore: typo

This commit is contained in:
Vben
2021-06-19 22:38:29 +08:00
parent d3d620f4fc
commit 7dce50cb1f
9 changed files with 42 additions and 52 deletions

View File

@@ -5,9 +5,7 @@
</template>
<script lang="ts">
import { defineComponent } from 'vue';
import PageLayout from '/@/layouts/page/index.vue';
import { useDesign } from '/@/hooks/web/useDesign';
import { useRootSetting } from '/@/hooks/setting/useRootSetting';
import { useTransitionSetting } from '/@/hooks/setting/useTransitionSetting';

View File

@@ -1,8 +1,6 @@
import type { InjectionKey, ComputedRef } from 'vue';
import { createContext, useContext } from '/@/hooks/core/useContext';
import {} from 'vue';
export interface ContentContextProps {
contentHeight: ComputedRef<number>;
setPageHeight: (height: number) => Promise<void>;