vue3-yuanma/packages/reactivity/src
2020-02-21 11:38:07 +01:00
..
baseHandlers.ts feat(reactivity): add shallowReactive function (#689) 2020-02-04 10:15:27 -05:00
collectionHandlers.ts fix(reactivity): should delete observe value (#598) 2020-01-13 17:11:49 -05:00
computed.ts fix(computed): support arrow function usage for computed option 2020-02-17 23:22:25 -05:00
effect.ts fix(reactivity): should trigger all effects when array length is mutated (#754) 2020-02-21 11:38:07 +01:00
index.ts fix(reactivity): avoid cross-component dependency leaks in setup() 2020-02-17 23:14:07 -05:00
lock.ts refactor: rename reactivity package name and APIs 2019-06-11 23:50:28 +08:00
operations.ts refactor(reactivity): separate track and trigger operation types 2019-12-03 11:30:24 -05:00
reactive.ts feat(reactivity): add shallowReactive function (#689) 2020-02-04 10:15:27 -05:00
ref.ts wip(ssr): revert reactivity ssr paths 2020-01-27 16:00:18 -05:00