This commit is contained in:
2023-11-20 12:51:44 +08:00
parent a9385c77c4
commit ab985ff65f
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ async function saveProfile() {
<n-form-item label="真名">
<n-input v-model:value="userStore.profile.real_name" />
</n-form-item>
<n-form-item label="自我介绍">
<n-form-item label="个性签名">
<n-input v-model:value="userStore.profile.mood" />
</n-form-item>
<n-button