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(Transition): handle leave immediately done in out-in mode
- Incorrect Union Types Suggestions in Vue + TypeScript Project
- fix(compiler-sfc): throw an error if scope var name conflicts with component name
- When a user specifies a specific key within a v-if directive, Vue should use the user-provided key instead of its internally generated key.
- When the variable in a v-for loop has the same name as the component being rendered, the element may not render in the production build.
- Re-exporting a Vue component will strip its typing information when enabling "noPropertyAccessFromIndexSignature" TS rule
- fix(compiler-core): using a user-provided key in `v-if` template element.
- fix(compiler-core): avoid using component name as parameter name
- Adds the `key: number` property to a slot props if this slot has `v-if`
- defineModel behavior without parent passing v-model different between strings and arrays
- Docs
- TypeScript not yet supported