Skip to content

wevu / index / computed

函数: computed()

调用签名

computed<T>(getter): ComputedRef<T>

定义于: packages/wevu/src/reactivity/computed.ts:26

类型参数

T

T

参数

getter

ComputedGetter<T>

返回

ComputedRef<T>

调用签名

computed<T>(options): WritableComputedRef<T>

定义于: packages/wevu/src/reactivity/computed.ts:27

类型参数

T

T

参数

options

WritableComputedOptions<T>

返回

WritableComputedRef<T>

Released under the MIT License.