Selaa lähdekoodia

feat(reactivity): add effect to public api (#909)

Robbin Baauw 6 vuotta sitten
vanhempi
commit
6fba241850
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      packages/runtime-core/src/index.ts

+ 1 - 0
packages/runtime-core/src/index.ts

@@ -2,6 +2,7 @@
 
 export const version = __VERSION__
 export {
+  effect,
   ref,
   unref,
   shallowRef,