feat: add sign in for mobile
This commit is contained in:
parent
db762cdbba
commit
696ddb2bad
3 changed files with 8 additions and 3 deletions
|
@ -21,6 +21,11 @@
|
|||
<AccountAvatar :account="currentUser.account" h="1.5em" />
|
||||
</NuxtLink>
|
||||
</template>
|
||||
<template v-else>
|
||||
<button btn-solid text-sm px-2 py-1 text-center @click="openSigninDialog()">
|
||||
Sign in
|
||||
</button>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
<slot name="header" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue