feat(reactivity): add triggerRef API
Also make shallowRef assignment behavior consistent with normal ref
This commit is contained in:
@@ -6,6 +6,7 @@ export {
|
||||
toRef,
|
||||
toRefs,
|
||||
customRef,
|
||||
triggerRef,
|
||||
Ref,
|
||||
UnwrapRef
|
||||
} from './ref'
|
||||
|
||||
Reference in New Issue
Block a user