This website requires JavaScript.
Explore
Help
Sign In
theluyuan
/
vue3-yuanma
Watch
1
Star
0
Fork
0
You've already forked vue3-yuanma
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
vue3-yuanma
/
packages
/
reactivity
/
src
History
Evan You
50adc014f5
refactor(reactivity): readonly collections should not track
2020-08-06 12:10:03 -04:00
..
baseHandlers.ts
fix(reactivity): avoid tracking internal symbols in has trap
2020-07-22 21:23:32 -04:00
collectionHandlers.ts
refactor(reactivity): readonly collections should not track
2020-08-06 12:10:03 -04:00
computed.ts
feat(computed): add readonly flag if no setter is provided (
#1654
)
2020-07-20 17:35:31 -04:00
effect.ts
refactor: remove unnecessary conditions and test case
2020-07-28 12:26:14 -04:00
index.ts
feat(reactivity):
proxyRefs
method and
ShallowUnwrapRefs
type (
#1682
)
2020-07-28 16:30:56 -04:00
operations.ts
refactor(reactivity): separate track and trigger operation types
2019-12-03 11:30:24 -05:00
reactive.ts
fix(reactivity): use isExtensible instead of isFrozen (
#1753
)
2020-08-05 11:53:50 -04:00
ref.ts
feat(reactivity):
proxyRefs
method and
ShallowUnwrapRefs
type (
#1682
)
2020-07-28 16:30:56 -04:00