Closed XioDone closed 1 year ago
Desperately need this 🙏 Will help the transition from 2.7 to 3 so much
We have to wait until Reactivity Transform is a stable feature and is released in v3.3.
Currently using webpack + Vue2.7, everything is great but the ".value" thing. Hope Vue2 can support Reactivity Transform ASAP
Released in unplugin-vue-macros@latest
https://vue-macros.sxzz.moe/
Great job ! Could you provide a more detailed doc? thx
Reactivity Transform has been dropped officially. @XioDone We can close this issue, and switch to Vue Macros
My project builds on
@vue/composition-api
andunplugin-vue2-script-setup
,unplugin-vue2-script-setup
has reactivityTransform optionIt has used a lot of
$ref
, upgrade to vue 2.7 hope to support reactivity transform. Thanks.——————————————————————————————————————————————————————————————
我的项目使用
@vue/composition-api
和unplugin-vue2-script-setup
构建,unplugin-vue2-script-setup
具有 reactivityTransform 选项已经大量使用了
$ref
,升级到 vue 2.7 希望可以支持 reactivity transform,谢谢。