YNUtdPlatform/pages/HealthExaminationApp/myAppointment/myAppointment.vue

20 lines
167 B
Vue
Raw Normal View History

2024-09-02 15:08:09 +08:00
<template>
2024-09-04 15:18:01 +08:00
<div>
</div>
2024-09-02 15:08:09 +08:00
</template>
<script>
export default {
data() {
2024-09-04 15:18:01 +08:00
return {}
},
methods: {
2024-09-02 15:08:09 +08:00
}
}
</script>
<style lang="scss" scoped>
2024-09-04 15:18:01 +08:00
</style>