We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae5daa commit 38f8ea5Copy full SHA for 38f8ea5
packages/plugin-vue/src/index.ts
@@ -73,6 +73,10 @@ export interface Options {
73
* node_modules, so specify directories if necessary)
74
* - `false`: disable in all cases
75
*
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
+ *
80
* @default false
81
*/
82
reactivityTransform?: boolean | string | RegExp | (string | RegExp)[]
0 commit comments