vue3-yuanma/packages/reactivity/src
2022-01-21 02:33:30 -05:00
..
baseHandlers.ts fix(reactivity): mutating a readonly ref nested in a reactive object should fail. (#5048) 2022-01-21 02:33:18 -05:00
collectionHandlers.ts refactor(reactivity): reuse toReactive helper (#4641) 2021-09-22 10:11:54 -04:00
computed.ts fix(ssr): only cache computed getters during render phase 2022-01-21 12:31:54 +08:00
deferredComputed.ts fix(ssr): only cache computed getters during render phase 2022-01-21 12:31:54 +08:00
dep.ts chore(reactivity): fix typo in dep (#4534) [ci skip] 2021-09-07 11:31:12 -04:00
effect.ts fix(ssr): only cache computed getters during render phase 2022-01-21 12:31:54 +08:00
effectScope.ts chore: rename onDispose to onScopeDispose in warnings and tests (#4355) 2021-08-16 18:19:06 -04:00
index.ts feat(reactivity): add isShallow api 2022-01-18 09:22:41 +08:00
operations.ts refactor(reactivity): separate track and trigger operation types 2019-12-03 11:30:24 -05:00
reactive.ts fix(types): calling readonly() with ref() should return Readonly<Ref<T>> (#5212) 2022-01-21 02:33:30 -05:00
ref.ts feat(reactivity): add isShallow api 2022-01-18 09:22:41 +08:00
warning.ts feat(reactivity): new effectScope API (#2195) 2021-07-16 14:30:49 -04:00