dykj-outsource-12123/pages/serve/index.vue

12 lines
161 B
Vue
Raw Normal View History

2024-06-25 18:39:10 +08:00
<template>
2024-06-27 19:11:25 +08:00
<view class="">
<TabBar />
</view>
2024-06-25 18:39:10 +08:00
</template>
2024-06-27 19:11:25 +08:00
<script setup>
import TabBar from '@/components/tabBar/index.vue';
</script>
2024-06-25 18:39:10 +08:00
2024-06-27 19:11:25 +08:00
<style></style>