wevu / index / WritableComputedRef
接口: WritableComputedRef<T, S>
定义于: packages/wevu/src/reactivity/computed.ts:17
继承
BaseComputedRef<T,S>
类型参数
T
T
S
S = T
可索引
[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
value:
T
定义于: packages/wevu/src/reactivity/computed.ts:18
重写了
BaseComputedRef.value