From ccae670b154591654cc0e755f1a14a47c4d7ff58 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 18 Apr 2021 09:22:25 +0800 Subject: [PATCH] feat(types): export ComponentInternalInstance, close #677, close #675 --- 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