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

@@ -16,6 +16,7 @@ export {
isReadonly,
// advanced
customRef,
triggerRef,
shallowRef,
shallowReactive,
shallowReadonly,