Files
ipms-sjy-ui/src/views/member/user/components/UserBasicInfo.vue

8 lines
122 B
Vue
Raw Normal View History

2023-08-23 13:40:57 +08:00
<script setup lang="ts"></script>
<template>
<span>基础信息</span>
</template>
<style scoped lang="scss"></style>