We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32fb3b commit 21a585aCopy full SHA for 21a585a
packages/pinia/src/index.ts
@@ -76,6 +76,4 @@ export type {
76
77
export { acceptHMRUpdate } from './hmr'
78
79
-export { PiniaVuePlugin } from './vue2-plugin'
80
-
81
export * from './globalExtensions'
packages/pinia/src/vue2-plugin.ts
vitest.config.ts
@@ -54,7 +54,6 @@ export default defineConfig({
54
'**/src/index.ts',
55
'**/*.test-d.ts',
56
'packages/pinia/src/devtools',
57
- 'packages/pinia/src/vue2-plugin.ts',
58
'packages/pinia/src/hmr.ts',
59
],
60
},
0 commit comments