for new slots syntax By Evan you • Proposal for dynamic directive arguments By Evan you • Implicit return initial values By sebhochuli • Dispatch & Broadcast API By wspl
◦ 必要な時だけビルドされるように • 影響を受けるAPI ◦ Vue.nextTick ◦ Vue.observable ◦ Vue.version ◦ Vue.compile (only in full builds) ◦ Vue.set (only in compat builds) ◦ Vue.delete (only in compat builds) Global API Treeshaking By Evan you Vue 2.x Vue 3
not receive props, but they are all just slots. With this conceptual unification, having slot and slot-scope being two special attributes seems unnecessary, and it would be nice to unify the syntax under a single construct as well. Proposal for new slots syntax By Evan you