update
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
<template>
|
||||
<div>
|
||||
首页
|
||||
<div class="main">
|
||||
<PersonalInfoCard></PersonalInfoCard>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import PersonalInfoCard from "@/components/setting/home/PersonalInfoCard.vue";
|
||||
|
||||
export default {
|
||||
name: "PersonalHomePage",
|
||||
components: {PersonalInfoCard},
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
|
Reference in New Issue
Block a user