xiongzhu 3 years ago
parent
commit
f413b72e5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/chat/layout/sider/Footer.vue

+ 1 - 1
src/views/chat/layout/sider/Footer.vue

@@ -4,7 +4,7 @@ import { HoverButton, SvgIcon, UserAvatar } from '@/components/common'
 import { useRouter } from 'vue-router'
 import { useBasicLayout } from '@/hooks/useBasicLayout'
 
-const Setting = defineAsyncComponent(() => import('@/components/common/Setting/SettingIndex.vue.js'))
+const Setting = defineAsyncComponent(() => import('@/components/common/Setting/SettingIndex.vue'))
 
 const show = ref(false)