Files
dsProject/dsApp/pages/category/category.vue

24 lines
236 B
Vue
Raw Normal View History

2025-08-14 15:45:08 +08:00
<template>
<view>
<tabbar :index="3"></tabbar>
category
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss">
</style>