index.vue 122 B

1234567
  1. <template>
  2. <view>个人中心</view>
  3. </template>
  4. <script setup lang="ts"></script>
  5. <style lang="scss" scoped></style>