Skip to content

Commit

Permalink
feat(reactivity): add effect to public api (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbinBaauw committed Apr 3, 2020
1 parent 0cf3f78 commit 6fba241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

export const version = __VERSION__
export {
effect,
ref,
unref,
shallowRef,
Expand Down

0 comments on commit 6fba241

Please sign in to comment.