fix: 修复个人中心切页空白
This commit is contained in:
parent
5af4b4d297
commit
f25b84388c
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user