smartmeter-app/pages/index/index.vue

24 lines
195 B
Vue
Raw Normal View History

2023-11-27 09:57:03 +08:00
<template>
2024-01-23 19:15:52 +08:00
<view>
<tab-bar :indexs='0'></tab-bar>
2023-11-27 09:57:03 +08:00
</view>
</template>
<script>
2024-01-23 19:15:52 +08:00
2023-11-27 09:57:03 +08:00
export default {
data() {
return {
2024-01-23 19:15:52 +08:00
2023-11-27 09:57:03 +08:00
}
},
methods: {
2024-01-23 19:15:52 +08:00
2023-11-27 09:57:03 +08:00
}
}
</script>
2024-01-23 19:15:52 +08:00
<style>
2024-01-23 19:15:52 +08:00
</style>