feat(reactivity): expose unref and shallowRef

This commit is contained in:
Evan You
2020-02-22 04:39:32 +01:00
parent 0c67201942
commit e9024bf1b7
6 changed files with 59 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
export { ref, isRef, toRefs, Ref, UnwrapRef } from './ref'
export { ref, unref, shallowRef, isRef, toRefs, Ref, UnwrapRef } from './ref'
export {
reactive,
isReactive,