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 supported8 Subscribers
Add a CodeTriage badge to core
Help out
- Issues
- fix(compiler-sfc): support using other prop as default value in props destructuring
- TSX can't add custom props because of IntrinsicAttributes don't extends any interface.
- Cannot use prop as default value for other prop with props destructuring const { foo, bar = foo }
- feat(jsx-runtime): make AllowedComponentProps & ComponentCustomProps extend IntrinsicAttributes
- fix(runtime-dom): handle multiple patch with boolean style value
- Style binding is wrong when the property evaluates to false and using nextTick()
- Optional function prop not optional in SFC template tag when TypeScript strict mode is enabled
- Vapor mode
- fix(reactivity): should not recompute if computed does not track reactive data
- The `computed` will continuously recompute if it doesn’t track any reactive data.
- Docs
- TypeScript not yet supported