Skip to content

Commit

Permalink
Update Footer.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzt authored Mar 26, 2023
1 parent 7210933 commit 0be4a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/chat/layout/sider/Footer.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang='ts'>
import { defineAsyncComponent, ref } from 'vue'
import { HoverButton, SvgIcon, UserAvatar } from '@/components/common'
import { useAuthStore } from '@/store'
const Setting = defineAsyncComponent(() => import('@/components/common/Setting/index.vue'))
Expand Down

0 comments on commit 0be4a31

Please sign in to comment.