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
- watch callback has something side effect when calling `createApp` in the callback
- Components without a script block (or an empty one) don't get `name` set, so Keep-Alive with `include`doesn't work for them.
- fix: ensure tracking is paused when emit() calls handler so it can safely be called in effects (fix #6669)
- Using default parameter for functional component props will cause context paramter to be null
- fix(runtime-core): ensure functional component's context parameter is not null. (fix: #6580 )
- Combine component and slot to realize transparent transmission of class, style and attrs to a certain slot
- `Maximum recursive updates exceeded`: when accessing a responsive variable in `onScopeDispose`
- Problem typing optional props with exactOptionalPropertyTypes enabled in tsconfig
- async clientPrefetch hook - analog of serverPrefetch, waiting for data loaded on client
- Inappropriate behavor of compatConfig with feature COMPONENT_V_MODEL on pre-component basis
- Docs
- TypeScript not yet supported