UserBasicInfo.vue 122 B

1234567
  1. <script setup lang="ts"></script>
  2. <template>
  3. <span>基础信息</span>
  4. </template>
  5. <style scoped lang="scss"></style>