feat(reactivity): add triggerRef API
Also make shallowRef assignment behavior consistent with normal ref
This commit is contained in:
@@ -16,6 +16,7 @@ export {
|
||||
isReadonly,
|
||||
// advanced
|
||||
customRef,
|
||||
triggerRef,
|
||||
shallowRef,
|
||||
shallowReactive,
|
||||
shallowReadonly,
|
||||
|
||||
Reference in New Issue
Block a user