帧视界壹通告,付费看视频的微信小程序
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.
 
 
 

31 lines
349 B

<template>
<view>
<tabber :select="2"/>
</view>
</template>
<script>
import tabber from '@/components/base/tabbar.vue'
import { mapState } from 'vuex'
export default {
components : {
tabber
},
computed : {
...mapState(['count']),
},
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>