Reactivity Transform: Use $ shorthands and optional imports
mainIn version 3.2.25, several improvements were made to the experimental reactivity transform:
- Support for
$-shorthandsfor all ref-creating APIs. - Support for optionally importing macros.
- The package was renamed from
@vue/ref-transformto@vue/reactivity-transform.