chore: layout

This commit is contained in:
Anthony Fu 2022-11-23 11:49:21 +08:00
parent 241b28241c
commit fc4437838a

View file

@ -5,10 +5,11 @@
<div sticky top-0 h-screen flex="~ col">
<slot name="left">
<template v-if="currentUser">
<AccountSwitcher />
<PublishWidget px4 draft-key="home" />
</template>
<AccountSignInEntry v-else />
<div flex-auto />
<AccountSwitcher v-if="currentUser" />
</slot>
</div>
</div>