fix(projects): fix the incorrect judgment of home by pin tab.

This commit is contained in:
Azir-11
2025-12-04 16:03:02 +08:00
committed by Soybean
parent 64226d9bb8
commit 62a43c3957
2 changed files with 3 additions and 2 deletions

View File

@@ -361,6 +361,7 @@ export const useTabStore = defineStore(SetupStoreId.Tab, () => {
/** All tabs */
tabs: allTabs,
activeTabId,
homeTab,
initHomeTab,
initTabStore,
addTab,