uni-admission-fee/pages/my/my.vue

17 lines
153 B
Vue
Raw Normal View History

2023-10-27 06:18:52 +00:00
<template>
<div>
2023-10-27 06:58:37 +00:00
<my-tabbar></my-tabbar>
2023-10-27 06:18:52 +00:00
</div>
</template>
<script>
export default {
name: "my"
}
</script>
<style scoped lang="scss">
</style>