Skip to content

Commit

Permalink
refactor(plugin-vue): deprecate reactivity transform
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 1, 2023
1 parent 1ae5daa commit 38f8ea5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/plugin-vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ export interface Options {
* node_modules, so specify directories if necessary)
* - `false`: disable in all cases
*
* @deprecated the Reactivity Transform proposal has been dropped. This
* feature will be removed from Vue core in 3.4. If you intend to continue
* using it, disable this and switch to the [Vue Macros implementation](https://vue-macros.sxzz.moe/features/reactivity-transform.html).
*
* @default false
*/
reactivityTransform?: boolean | string | RegExp | (string | RegExp)[]
Expand Down

0 comments on commit 38f8ea5

Please sign in to comment.