You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
134 B
15 lines
134 B
1 year ago
|
<template>
|
||
1 year ago
|
<h3>这是UserInfo</h3>
|
||
1 year ago
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
1 year ago
|
name: "UserInfo"
|
||
1 year ago
|
}
|
||
|
</script>
|
||
|
|
||
1 year ago
|
|
||
1 year ago
|
<style scoped>
|
||
|
|
||
|
</style>
|