vue3-yuanma/packages/reactivity/src
2021-03-29 17:52:57 -04:00
..
baseHandlers.ts fix(reactivity): should not trigger when setting value to same proxy (#2904) 2021-03-29 17:52:57 -04:00
collectionHandlers.ts fix(reactivity): fix shallow readonly behavior for collections (#3003) 2021-03-26 15:10:21 -04: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 fix(types): unwrap refs on public instance data (#3319) 2021-03-25 17:30:10 -04:00
operations.ts refactor(reactivity): separate track and trigger operation types 2019-12-03 11:30:24 -05:00
reactive.ts fix(reactivity): ensure that shallow and normal proxies are tracked seperately (close #2843) (#2851) 2021-03-26 15:39:56 -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