xinelu-applet-ui/pagesB/doctordetails/doctordetails.vue

20 lines
153 B
Vue
Raw Normal View History

2023-09-26 17:06:57 +08:00
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>