PropertyApp/pages/my/my.vue
2020-02-22 14:28:01 +08:00

26 lines
200 B
Vue

<template>
<view>
<view class="my-top">
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>