fix: 修复个人中心切页空白

This commit is contained in:
sunlei 2026-06-08 09:05:20 +08:00
parent 5af4b4d297
commit f25b84388c

View File

@ -155,6 +155,7 @@ async function rotateImage(src: string, degrees: number) {
}
</script>
<template>
<div class="h-full">
<Profile
v-model:model-value="tabsValue"
avatar-editable
@ -217,4 +218,5 @@ async function rotateImage(src: string, degrees: number) {
</div>
</div>
</Modal>
</div>
</template>