types: avoid plain objects with value being mistaken as refs

This commit is contained in:
Evan You
2019-09-05 18:32:19 -04:00
parent 9b90e673e8
commit 6c7cbb0dc9
4 changed files with 35 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ export {
markReadonly,
markNonReactive
} from './reactive'
export { computed, ComputedRef, ComputedOptions } from './computed'
export { computed, ComputedRef, WritableComputedOptions } from './computed'
export {
effect,
stop,