From 368fde0aa940f11e542a6e2bd9e19a63f2a96725 Mon Sep 17 00:00:00 2001 From: Relief Melone Date: Sun, 18 Apr 2021 08:52:47 +0200 Subject: [PATCH] export of internalComponentInstance --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 612c75dd..d7421b0b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,7 +6,7 @@ export const version = __VERSION__ export * from './apis' export * from './component' -export { getCurrentInstance } from './runtimeContext' +export { getCurrentInstance, ComponentInternalInstance } from './runtimeContext' export default Plugin