xinelu-applet-ui/pagesB/familymemberdetail/familymemberdetail.vue
2023-09-26 09:08:56 +08:00

21 lines
190 B
Vue

<template>
<view class="app">
<view class="card">
</view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>