wip: make computed implementation consistent

This commit is contained in:
Evan You
2019-08-20 09:45:28 -04:00
parent b218678c66
commit 0519e10518
3 changed files with 17 additions and 15 deletions

View File

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