pet/pages/pets/health-charts.vue

28 lines
239 B
Vue

<template>
<view class="health-charts-container">
</view>
</template>
<script>
export default {
data() {
return {
}
},
onLoad(options) {
},
onReady() {
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>