HealthDetail

This commit is contained in:
花有清香月有阴
2022-01-10 14:16:05 +08:00
parent 0160245eb6
commit f7bb0e9c3a
2 changed files with 102 additions and 7 deletions

View File

@@ -0,0 +1,25 @@
<template>
<div class="HealthDetail">HealthDetail</div>
</template>
<script>
export default {
name: 'HealthDetail',
components: {},
props: {},
data() {
return {}
},
computed: {},
watch: {},
onLoad() {},
onShow() {},
methods: {},
}
</script>
<style scoped lang="scss">
.HealthDetail {
height: 100%;
}
</style>