添加一言

This commit is contained in:
2025-05-10 23:50:58 +08:00
parent 805cbac1ff
commit 0b235e5913
9 changed files with 104 additions and 64 deletions

View File

@@ -60,9 +60,7 @@ async function saveProfile() {
<n-form-item label="个性签名">
<n-input v-model:value="userStore.profile.mood" />
</n-form-item>
<n-button @click="saveProfile">
更改信息
</n-button>
<n-button @click="saveProfile">更改信息</n-button>
</n-form>
</n-flex>
</template>