14 lines
134 B

<template>
<h3>这是UserInfo</h3>
</template>
<script>
export default {
name: "UserInfo"
}
</script>
<style scoped>
</style>