Skip to content

Commit 38f8ea5

Browse files
committed
refactor(plugin-vue): deprecate reactivity transform
1 parent 1ae5daa commit 38f8ea5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/plugin-vue/src/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ export interface Options {
7373
* node_modules, so specify directories if necessary)
7474
* - `false`: disable in all cases
7575
*
76+
* @deprecated the Reactivity Transform proposal has been dropped. This
77+
* feature will be removed from Vue core in 3.4. If you intend to continue
78+
* using it, disable this and switch to the [Vue Macros implementation](https://vue-macros.sxzz.moe/features/reactivity-transform.html).
79+
*
7680
* @default false
7781
*/
7882
reactivityTransform?: boolean | string | RegExp | (string | RegExp)[]

0 commit comments

Comments
 (0)