YNEduApp/pages/user/user.vue

23 lines
174 B
Vue
Raw Normal View History

2024-08-05 11:08:50 +08:00
<template>
<view>
个人中心
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>