1
This commit is contained in:
12
pages/app/index.vue
Normal file
12
pages/app/index.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<!-- 底部菜单 -->
|
||||
<TabBar />
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import TabBar from "~/components/AppFooter/TabBar/TabBar.vue";
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user