Skip to content

wevu / index / unref

函数: unref()

unref<T>(value): T

定义于: packages/wevu/src/reactivity/ref.ts:66

类型参数

T

T

参数

value

T | Ref<T, T>

返回

T

Released under the MIT License.