diff --git a/src/components/Application/Application.vue b/src/components/Application/Application.vue index 3f97fc59..53f89c65 100644 --- a/src/components/Application/Application.vue +++ b/src/components/Application/Application.vue @@ -27,8 +27,6 @@ import { NLoadingBarProvider } from 'naive-ui' -// @ts-ignore import { MessageContent } from '@/components/MessageContent' -// @ts-ignore import { DialogContent } from '@/components/DialogContent' diff --git a/src/layout/components/Header/index.ts b/src/layout/components/Header/index.ts new file mode 100644 index 00000000..783e7c6e --- /dev/null +++ b/src/layout/components/Header/index.ts @@ -0,0 +1,3 @@ +import Header from './index.vue' + +export { Header } \ No newline at end of file diff --git a/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue new file mode 100644 index 00000000..e9714dcb --- /dev/null +++ b/src/layout/components/Header/index.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/src/layout/components/Main/index.vue b/src/layout/components/Main/index.vue index c2b57373..34d082de 100644 --- a/src/layout/components/Main/index.vue +++ b/src/layout/components/Main/index.vue @@ -1,7 +1,7 @@