YNUtdPlatform/pages/HealthExaminationApp/myAppointment/myAppointment.vue

20 lines
167 B
Vue

<template>
<div>
</div>
</template>
<script>
export default {
data() {
return {}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>