smartmeter-app/pages/index/index.vue
2024-01-23 19:15:52 +08:00

24 lines
195 B
Vue

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