mirror of https://github.com/vuejs/core.git
BREAKING CHANGE: adjust attr fallthrough behavior
Updated per pending RFC https://github.com/vuejs/rfcs/pull/137
- Implicit fallthrough now by default only applies for a whitelist
of attributes (class, style, event listeners, a11y attributes, and
data attributes).
- Fallthrough is now applied regardless of whether the component has
explicitly declared props. (close #749)
|
||
|---|---|---|
| .. | ||
| compiler-core | ||
| compiler-dom | ||
| compiler-sfc | ||
| compiler-ssr | ||
| reactivity | ||
| runtime-core | ||
| runtime-dom | ||
| runtime-test | ||
| server-renderer | ||
| shared | ||
| size-check | ||
| template-explorer | ||
| vue | ||
| global.d.ts | ||