vue/packages
Evan You fb13930096 fix(sfc): prune returned bindings for non-TS as well
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
2022-10-11 14:10:48 +08:00
..
compiler-sfc fix(sfc): prune returned bindings for non-TS as well 2022-10-11 14:10:48 +08:00
server-renderer release: v2.7.10 2022-08-23 09:29:42 +08:00
template-compiler release: v2.7.10 2022-08-23 09:29:42 +08:00