feat: 新增侧边栏

This commit is contained in:
MTrun
2022-04-09 23:55:09 +08:00
parent 9c04f51548
commit 4c28df1602
14 changed files with 224 additions and 78 deletions
@@ -10,12 +10,12 @@
<slot name="ri-left"></slot>
</template>
<template #ri-right>
<user-info></user-info>
<go-user-info></go-user-info>
<slot name="ri-right"></slot>
</template>
</layout-header>
</template>
<script setup lang="ts">
import { LayoutHeader } from '@/layout/components/LayoutHeader'
import { UserInfo } from '@/components/UserInfo'
import { GoUserInfo } from '@/components/GoUserInfo'
</script>