smartmeter-app/pages/my.vue
2024-01-24 11:55:35 +08:00

23 lines
193 B
Vue

<template>
<view>
<tab-bar :indexs='2'></tab-bar>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>