Skip to content

wevu / index / ShallowUnwrapRef

类型别名: ShallowUnwrapRef<T>

ShallowUnwrapRef<T> = { [K in keyof T]: DistributeRef<T[K]> }

定义于: node_modules/.pnpm/@[email protected]/node_modules/@vue/reactivity/dist/reactivity.d.ts:622

类型参数

T

T

Released under the MIT License.