types(reactivity): ref type should not expose _isRef
This commit is contained in:
@@ -69,7 +69,7 @@ export function computed<T>(
|
||||
set value(newValue: T) {
|
||||
setter(newValue)
|
||||
}
|
||||
}
|
||||
} as any
|
||||
}
|
||||
|
||||
function trackChildRun(childRunner: ReactiveEffect) {
|
||||
|
||||
Reference in New Issue
Block a user