vue3-core/packages/reactivity/src
Evan You 41e02f0fac fix(reactivity): ensure computed can be wrapped by readonly
fix #3376
2021-03-25 11:23:34 -04:00
..
baseHandlers.ts chore: fix ownKeys signature (#3313) 2021-03-03 11:26:49 -05:00
collectionHandlers.ts perf(reactivity): only call Set.add if doesn't already have value (#3307) 2021-02-25 14:57:35 -05:00
computed.ts fix(reactivity): ensure computed can be wrapped by readonly 2021-03-25 11:23:34 -04:00
effect.ts fix(reactivity): should add allowRecurse to the effect (#2213) 2020-10-05 16:36:02 -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 chore: comments [ci skip] 2020-10-23 14:37:09 -04:00
ref.ts fix(toRef): ref created from union typed prop can't be used in watch (#3048) 2021-02-03 19:12:51 +01:00