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: memory leak caused by watcher created in initComputed
- Computed properties can have widely different performance characteristics on client and server (because they are not cached during SSR)
- update try catch when set target.__proto__ (fix #9329)
- Unnecessary renders on parent update when $attrs is bound
- Stringify Vue instance
- feat(update-listeners.js): allow pass undefined or null to event handler
- Support DOM element to source mappings for VS Code's Browser preview
- Prevent rerender of child components that use $listeners (fix #7257)
- feat: add a prop named `error` to the ErrorComponent when load async …
- Triggering a listener of a functional component breaks reactivity in Safari 12.1, if iframe is on the page
- Docs
- TypeScript not yet supported