修复图标引起的卡顿问题

This commit is contained in:
xiangheng
2023-11-30 14:21:48 +08:00
parent 7cc7e12b35
commit ba8b56f68c
12 changed files with 100 additions and 45 deletions

View File

@@ -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()