Files
dsProject/dsApp/pages/category/category.vue
2025-08-14 15:45:08 +08:00

24 lines
236 B
Vue

<template>
<view>
<tabbar :index="3"></tabbar>
category
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss">
</style>