generate users.

This commit is contained in:
2023-03-21 20:44:51 +08:00
parent 658c60998b
commit 1289a55f75
9 changed files with 219 additions and 36 deletions

View File

@@ -64,8 +64,9 @@ async function saveProfile() {
<n-button
@click="saveProfile"
:disabled="!userStore.profile.mood && !userStore.profile.real_name"
>更改信息</n-button
>
更改信息
</n-button>
</n-form>
</n-space>
</template>