Skip to content

wevu / index / ComputedRef

接口: ComputedRef<T>

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

继承

  • BaseComputedRef<T>

类型参数

T

T = any

可索引

[key: symbol]: any

属性

[RefSymbol]

[RefSymbol]: true

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

Type differentiator only. We need this to be in public d.ts but don't want it to show up in IDE autocomplete, so we use a private Symbol instead.

继承自

BaseComputedRef.[RefSymbol]


value

readonly value: T

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

重写了

BaseComputedRef.value

Released under the MIT License.