Files
jurong_circle_front_app/pages/program/program.vue

12 lines
174 B
Vue
Raw Normal View History

2025-09-12 17:23:03 +08:00
<template>
<Tabbar :currentTab="2"></Tabbar>
</template>
<script setup lang="ts">
import TabbarVue from '../../components/Tabbar/Tabbar.vue';
</script>
<style>
</style>