Cai-Vue
Cai-Vue copied to clipboard
一个菜逼的vue学习笔记
Cai-Vue
菜的简易 vue 实现
reactivity
-
reactive
- [x] reactive
- [x] readonly
- [x] isReactive
- [x] isReadonly
- [x] isProxy
- [x] shallowReactive
- [x] shallowReadonly
- [ ] markRaw
- [x] toRaw
-
effect
- [x] effect
- [x] stop
- [x] trigger
- [x] track
- [ ] enableTracking
- [ ] pauseTracking
- [ ] resetTracking
-
refs
- [x] ref
- [x] shallowRef
- [x] isRef
- [x] toRef
- [x] toRefs
- [x] unref
- [x] proxyRefs
- [ ] customRef
- [ ] triggerRef
-
computed
- [x] computed
-
effectScope
- [ ] effectScope
- [ ] getCurrentScope
- [ ] onScopeDispose