Fix typo
This commit is contained in:
parent
812d70b1c8
commit
bec5924bb6
|
|
@ -64,7 +64,7 @@ onMounted(() => {
|
||||||
:show="state.showMobileProfileMenu"
|
:show="state.showMobileProfileMenu"
|
||||||
@closemodal="state.showMobileProfileMenu = false"
|
@closemodal="state.showMobileProfileMenu = false"
|
||||||
>
|
>
|
||||||
<AccountMent />
|
<AccountMenu />
|
||||||
</ItFullScreenModal>
|
</ItFullScreenModal>
|
||||||
</Teleport>
|
</Teleport>
|
||||||
<Transition name="nav">
|
<Transition name="nav">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue