vue3-core/packages/reactivity/src
Evan You 6eb47f000a fix(reactivity): computed should not trigger scheduler if stopped
fix #4149
2021-07-19 13:37:03 -04:00
..
baseHandlers.ts fix(reactivity): call array subclass methods (#3624) 2021-07-15 17:17:13 -04:00
collectionHandlers.ts refactor(reactivity): improve tree-shaking annotations 2021-06-30 11:39:31 -04:00
computed.ts fix(reactivity): computed should not trigger scheduler if stopped 2021-07-19 13:37:03 -04:00
dep.ts chore: use consistent file naming 2021-07-16 14:30:49 -04:00
effect.ts feat(reactivity): support onTrack/onTrigger debug options for computed 2021-07-16 14:30:49 -04:00
effectScope.ts feat(reactivity): new effectScope API (#2195) 2021-07-16 14:30:49 -04:00
index.ts feat(reactivity): support onTrack/onTrigger debug options for computed 2021-07-16 14:30:49 -04:00
operations.ts refactor(reactivity): separate track and trigger operation types 2019-12-03 11:30:24 -05:00
reactive.ts perf(reactivity): ref-specific track/trigger and miscellaneous optimizations (#3995) 2021-07-16 14:30:49 -04:00
ref.ts chore: use consistent file naming 2021-07-16 14:30:49 -04:00
warning.ts feat(reactivity): new effectScope API (#2195) 2021-07-16 14:30:49 -04:00