新版本官网优化完成
This commit is contained in:
20
components/AppFooter/AppFooter.vue
Normal file
20
components/AppFooter/AppFooter.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
|
||||
|
||||
<!-- 底部菜单 -->
|
||||
<SubMenu />
|
||||
<!-- 版权信息 -->
|
||||
<Copyright />
|
||||
<!-- 侧边工具栏 -->
|
||||
<ToolBar />
|
||||
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import SubMenu from "~/components/AppFooter/SubMenu/SubMenu.vue";
|
||||
import Copyright from "~/components/AppFooter/Copyright/Copyright.vue";
|
||||
import ToolBar from "~/components/AppFooter/ToolBar/ToolBar.vue";
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
</style>
|
||||
Reference in New Issue
Block a user