Skip to content

Commit 811ddd6

Browse files
authored
Allow extensions to define pinia stores (#4018)
1 parent 0cdaa51 commit 811ddd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stores/workspaceStore.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export const useWorkspaceStore = defineStore('workspace', () => {
100100
colorPalette,
101101
dialog,
102102
bottomPanel,
103+
defineStore,
103104
user: partialUserStore,
104105

105106
registerSidebarTab,

0 commit comments

Comments
 (0)