Skip to content

Commit 6fba241

Browse files
authored
feat(reactivity): add effect to public api (#909)
1 parent 0cf3f78 commit 6fba241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-core/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
export const version = __VERSION__
44
export {
5+
effect,
56
ref,
67
unref,
78
shallowRef,

0 commit comments

Comments
 (0)