FlowPacs/yudao-ui-app/pages/profile/profile.vue

25 lines
233 B
Vue
Raw Normal View History

2022-04-06 16:08:26 +08:00
<template>
<view class="container">
个人资料
2022-04-06 16:08:26 +08:00
</view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>