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(compiler): Better whitespace regex
- fix(transition-group): handle non-visible list items, fix #8516
- Trailing whitespaces are trimmed from the end of inline <strong> element when page is being parsed by Vue
- Throw error/warn if watch path doesn't resolve to an existing property
- Hydration fails when write like "<div><span>123</span>{{value}}</div>" in the template and the data "value" is a empty string
- fix(ssr): ignore empty text vnode when hydrating (fix #11109)
- feat(ssr): support custom attributes in render scripts
- Vue purposely removes vendor prefixes when using style binding
- $http.delete shows warning "avoid using JavaScript unary operator as property name"
- Slot wrapped in `v-if` disappears after re-render
- Docs
- TypeScript not yet supported