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 a081227 commit ccae670Copy full SHA for ccae670
src/index.ts
@@ -6,7 +6,7 @@ export const version = __VERSION__
6
7
export * from './apis'
8
export * from './component'
9
-export { getCurrentInstance } from './runtimeContext'
+export { getCurrentInstance, ComponentInternalInstance } from './runtimeContext'
10
11
export default Plugin
12
0 commit comments