vue3-yuanma/packages/reactivity/src
2021-07-15 15:58:20 -04:00
..
baseHandlers.ts refactor(reactivity): improve tree-shaking annotations 2021-06-30 11:39:31 -04:00
collectionHandlers.ts refactor(reactivity): improve tree-shaking annotations 2021-06-30 11:39:31 -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): ensure computed always expose value 2021-05-27 20:53:21 -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 types(defineComponent): fix unwrap when returning Ref<T>|undefined from setup (#4100) 2021-07-15 15:58:20 -04:00