鸿宇研学生前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
311 B

<template>
<view class="page__view">
<tabber select="partner" />
</view>
</template>
<script>
import tabber from '@/components/base/tabbar.vue'
export default {
components: {
tabber,
},
}
</script>
<style scoped lang="scss">
@import '/components/member/styles/tag.scss';
</style>