mirror of
https://github.com/vuejs/vue.git
synced 2024-11-22 04:39:46 +00:00
fb13930096
In Vue 3, pruning is only done for TS to produce valid code and tree-shaking is done by inlining the template for production. In Vue 2 we do not inline the template in production, so return binding pruning is needed in all cases. fix #12765 |
||
---|---|---|
.. | ||
compiler-sfc | ||
server-renderer | ||
template-compiler |