feat(reactivity): add triggerRef API

Also make shallowRef assignment behavior consistent with normal ref
This commit is contained in:
Evan You
2020-04-22 18:00:10 -04:00
parent 3e60288a6d
commit 2acf3e84b9
4 changed files with 14 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ export {
toRef,
toRefs,
customRef,
triggerRef,
Ref,
UnwrapRef
} from './ref'