feat: renderTriggered for forced updates

This commit is contained in:
Evan You
2018-11-08 14:09:52 -05:00
parent 2ee60e0a03
commit 6027d480f3
4 changed files with 108 additions and 65 deletions

View File

@@ -24,7 +24,7 @@ import {
DebuggerEvent
} from './autorun'
export { Autorun, DebuggerEvent }
export { Autorun, AutorunOptions, DebuggerEvent }
export { OperationTypes } from './operations'
export { computed, ComputedGetter } from './computed'
export { lock, unlock } from './lock'