Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit a0558b9

Browse files
committed
fix exports
1 parent a265416 commit a0558b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/runtime-vapor/__tests__/apiLifecycle.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {
22
type DebuggerEvent,
3-
ITERATE_KEY,
43
type InjectionKey,
54
type Ref,
65
TrackOpTypes,
@@ -27,6 +26,7 @@ import {
2726
template,
2827
} from '../src'
2928
import { makeRender } from './_utils'
29+
import { ITERATE_KEY } from '@vue/reactivity'
3030

3131
const define = makeRender<any>()
3232

packages/runtime-vapor/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export {
55
// core
66
type Ref,
77
type DebuggerEvent,
8-
ITERATE_KEY,
98
TrackOpTypes,
109
TriggerOpTypes,
1110
reactive,

0 commit comments

Comments
 (0)