vue
https://github.com/vuejs/vue
TypeScript
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
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 supported101 Subscribers
View all SubscribersAdd a CodeTriage badge to vue
Help out
- Issues
- fix(warning): Add context to warn message (close #10153)
- feat(events): add .emit event modifier (fix #9325)
- feat(warn): Warn on colon shorthand usage on directive (fix #10191)
- Warn if colon shorthand is used on v-if/v-html/etc.
- Can't use the new v-slot syntax inside a template tag that is there only for conditional purposes
- Template Options
- Only last element is accessible using ref in template-based functional components inside v-for loops
- polish: improve robustness of inject option
- Add context to warn message when adding reactive properties to an instance at runtime
- Regular slot and scoped slot with same name shouldn't be allowed
- Docs
- TypeScript not yet supported