mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-11 02:51:01 +08:00
修复图标引起的卡顿问题
This commit is contained in:
@@ -39,6 +39,9 @@ import Setting from '../setting/index.vue'
|
||||
import MultipleTabs from './multiple-tabs.vue'
|
||||
|
||||
import useSettingStore from '@/stores/modules/setting'
|
||||
defineOptions({
|
||||
name: 'LayoutHeader'
|
||||
})
|
||||
const appStore = useAppStore()
|
||||
const isMobile = computed(() => appStore.isMobile)
|
||||
const settingStore = useSettingStore()
|
||||
|
Reference in New Issue
Block a user