Skip to content

Commit 73f520b

Browse files
committed
chore(runtime-vapor): remove simpleSetCurrentInstance export
1 parent be18b83 commit 73f520b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/runtime-vapor/src/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,3 @@ export {
4242
applyDynamicModel,
4343
} from './directives/vModel'
4444
export { withVaporDirectives } from './directives/custom'
45-
46-
/**
47-
* TODO: Somehow remove this line which causes performance regression on select key.
48-
* @internal
49-
*/
50-
export { simpleSetCurrentInstance } from '@vue/runtime-core'

0 commit comments

Comments
 (0)