This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
vuejs
/
core
peilaus alkaen
https://github.com/vuejs/core.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
feat(reactivity): add effect to public api (
#909
)
Robbin Baauw
6 vuotta sitten
vanhempi
0cf3f78134
commit
6fba241850
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
packages/runtime-core/src/index.ts
+ 1
- 0
packages/runtime-core/src/index.ts
Näytä tiedosto
@@ -2,6 +2,7 @@
export const version = __VERSION__
export {
+ effect,
ref,
unref,
shallowRef,