@@ -25,7 +25,8 @@ export {
|
||||
markRaw,
|
||||
toRaw,
|
||||
ReactiveFlags,
|
||||
DeepReadonly
|
||||
DeepReadonly,
|
||||
UnwrapNestedRefs
|
||||
} from './reactive'
|
||||
export {
|
||||
computed,
|
||||
|
||||
@@ -57,7 +57,7 @@ function getTargetType(value: Target) {
|
||||
}
|
||||
|
||||
// only unwrap nested ref
|
||||
type UnwrapNestedRefs<T> = T extends Ref ? T : UnwrapRef<T>
|
||||
export type UnwrapNestedRefs<T> = T extends Ref ? T : UnwrapRef<T>
|
||||
|
||||
/**
|
||||
* Creates a reactive copy of the original object.
|
||||
|
||||
Reference in New Issue
Block a user