vue3-yuanma/packages/reactivity/src
2020-03-23 11:28:20 -04:00
..
baseHandlers.ts types(reactivity): remove this in get accessor, fix #800 (#806) 2020-03-09 16:01:49 -04:00
collectionHandlers.ts types(reactivity): remove this in get accessor, fix #800 (#806) 2020-03-09 16:01:49 -04:00
computed.ts fix(types): ref value type unwrapping should happen at creation time 2020-02-25 19:44:06 -05:00
effect.ts refactor(types): use stricter settings 2020-03-23 11:08:22 -04:00
index.ts feat(reactivity): expose unref and shallowRef 2020-02-22 04:39:32 +01: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 fix(reactivity): should not observe frozen objects 2020-03-23 11:28:20 -04:00
ref.ts types(reactivity): add undefined type to ref/shallowRef when no args (#791) 2020-03-06 11:32:39 -05:00