Skip to content

Commit 6a136f9

Browse files
author
xiongjie
committed
feat: export piniaSymbol
1 parent 39b8937 commit 6a136f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pinia/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @module pinia
33
*/
4-
export { setActivePinia, getActivePinia } from './rootStore'
4+
export { setActivePinia, getActivePinia, piniaSymbol } from './rootStore'
55
export { createPinia, disposePinia } from './createPinia'
66
export type { Pinia, PiniaPlugin, PiniaPluginContext } from './rootStore'
77

0 commit comments

Comments
 (0)