xinelu-doctor-app/pages/homepage/homepage.vue
2023-10-23 09:30:36 +08:00

25 lines
236 B
Vue

<template>
<view class="app">
<view class="content">
111
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
onLoad() {
},
methods: {
}
}
</script>
<style lang="scss">
</style>