xinelu-doctor-app/pages/homepage/homepage.vue

25 lines
236 B
Vue
Raw Normal View History

2023-10-23 09:30:36 +08:00
<template>
<view class="app">
<view class="content">
111
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
onLoad() {
},
methods: {
}
}
</script>
<style lang="scss">
</style>