feat: basic mutli-accounts support
This commit is contained in:
parent
24c573ccf0
commit
241b28241c
15 changed files with 170 additions and 34 deletions
9
components/account/AccountSwitcher.vue
Normal file
9
components/account/AccountSwitcher.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
const accounts = useAccounts()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div flex flex-col gap-4 p4>
|
||||
<AccountInfo :account="currentUser?.account" :link="false" @click="openAccountSwitcher" />
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue