vue3-core/packages/reactivity/src
ᴜɴвʏтᴇ f316a332b0
fix(reactivity): avoid length mutating array methods causing infinite updates (#2138)
fix #2137

Co-authored-by: Evan You <yyx990803@gmail.com>
2020-09-18 01:01:36 -04:00
..
baseHandlers.ts fix(reactivity): avoid length mutating array methods causing infinite updates (#2138) 2020-09-18 01:01:36 -04:00
collectionHandlers.ts fix(reactivity): should trigger collection's write-function correctly on non-reactive keys (#1992) 2020-09-14 21:31:04 -04:00
computed.ts perf(reactivity): improve ref performance by using class-based implementation (#1900) 2020-08-21 13:47:41 -04:00
effect.ts fix(reactivity): effect shoud only recursively self trigger with explicit options 2020-09-16 10:52:31 -04:00
index.ts feat(reactivity): `proxyRefs` method and `ShallowUnwrapRefs` type (#1682) 2020-07-28 16:30:56 -04:00
operations.ts refactor(reactivity): separate track and trigger operation types 2019-12-03 11:30:24 -05:00
reactive.ts fix(reactivity): fix iOS 12 JSON.stringify error on reactive objects 2020-08-24 15:34:04 -04:00
ref.ts fix(reactivity): `toRef` should not wrap a `ref` (#2103) 2020-09-15 10:29:38 -04:00