core
https://github.com/vuejs/core
TypeScript
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported9 Subscribers
Add a CodeTriage badge to core
Help out
- Issues
- v-memo in v-for, only memoize until the first changed item
- Lost test coverage in 3.4.3 on <switch> with (v-if and) v-model
- After modifying the value of defineModel, I expected emit to pass the latest value of the model to the function of the parent component for use, but found that it was still the old value.
- defineModel value de-synchronizes between parent and child if @update handler is not provided
- mismatched child nodes count in `patchBlockChildren` when rendering component returning render function in JSX from `computed()` with `<slot v-if="ref">`
- Inconsistency order of `created` hook between component and custom directive
- types(resolveType): fix defineComponent type error
- v-model causes different behavior to :value="value" @input="value = $event.target.value"
- The component introduced by defineAsyncComponent is bound to the component and SFC Playground cannot run
- error TS2322 on generic ref<Map<K>> assignment
- Docs
- TypeScript not yet supported