Allow extensions to define pinia stores (#4018)

This commit is contained in:
Terry Jia
2025-05-29 22:05:03 -04:00
committed by GitHub
parent 0cdaa512c8
commit 811ddd6165

View File

@@ -100,6 +100,7 @@ export const useWorkspaceStore = defineStore('workspace', () => {
colorPalette,
dialog,
bottomPanel,
defineStore,
user: partialUserStore,
registerSidebarTab,