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