1
This commit is contained in:
22
components/AppFooter/AppFooter.vue
Normal file
22
components/AppFooter/AppFooter.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
|
||||
<!-- 底部菜单 -->
|
||||
<SubMenu />
|
||||
<!-- 侧边工具栏 -->
|
||||
<ToolBar />
|
||||
<!-- 底部菜单 -->
|
||||
<!-- <TabBar />-->
|
||||
|
||||
</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";
|
||||
import TabBar from "~/components/AppFooter/TabBar/TabBar.vue";
|
||||
import Partners from "~/components/Index/Partners.vue";
|
||||
import Customized from "~/components/Index/Customized.vue";
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
</style>
|
||||
Reference in New Issue
Block a user