Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,692 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in vuejs/composition-api that received 1 comment
feat(getCurrentInstance): Aligning with vue3
fix #499
BREAKING CHANGE: The internal vm can be accessed with getCurrentInstance().proxy
const vm = getCurrentInstance() // becomes const vm = getβ¦
+152
β14
•
1
comment
- fix(reactive): fix issue when using reactive `array` in the template
- fix(vue-test): prevent warning when using multiple `localVue`
- fix: reactive array
- feat(reactive): allow usage of reactive before `Vue.use`
- feat: making all vue2 reactive object be valid isReactive
- feat(effect): add effect api
- feat(reactivity): add support for map and set
- feat(inject): add `treatDefaultAsFactory` argument
- feat: improve reactive checks
- feat: allow plugin to be installed in localVue
186
contributions
in private repositories
Sep 1 β Sep 23