Skip to content

Commit

Permalink
docs: remove example of deprecated reactivity transform (nuxt#21396)
Browse files Browse the repository at this point in the history
  • Loading branch information
frasza authored Jun 9, 2023
1 parent ee6869b commit 0505c91
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 77 deletions.
13 changes: 0 additions & 13 deletions docs/4.examples/7.experimental/reactivity-transform.md

This file was deleted.

26 changes: 0 additions & 26 deletions examples/experimental/reactivity-transform/app.vue

This file was deleted.

13 changes: 0 additions & 13 deletions examples/experimental/reactivity-transform/components/label.vue

This file was deleted.

9 changes: 0 additions & 9 deletions examples/experimental/reactivity-transform/nuxt.config.ts

This file was deleted.

13 changes: 0 additions & 13 deletions examples/experimental/reactivity-transform/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions examples/experimental/reactivity-transform/tsconfig.json

This file was deleted.

4 changes: 4 additions & 0 deletions packages/schema/src/config/experimental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export default defineUntypedSchema({
/**
* Enable Vue's reactivity transform
* @see https://vuejs.org/guide/extras/reactivity-transform.html
*
* Warning: Reactivity transform feature has been marked as deprecated in Vue 3.3 and is planned to be
* removed from core in Vue 3.4.
* @see https://github.com/vuejs/rfcs/discussions/369#discussioncomment-5059028
*/
reactivityTransform: false,

Expand Down

0 comments on commit 0505c91

Please sign in to comment.