Skip to content

Commit d3c8108

Browse files
authored
Mark reactive transform as deprecated
1 parent c0529f1 commit d3c8108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/migration-vue-2-7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In addition, the following features are explicitly **NOT** ported:
6161
-`createApp()` (Vue 2 doesn't have isolated app scope)
6262
- ❌ Top-level `await` in `<script setup>` (Vue 2 does not support async component initialization)
6363
- ❌ TypeScript syntax in template expressions (incompatible w/ Vue 2 parser)
64-
- ❌ Reactivity transform (still experimental)
64+
- ❌ Reactivity transform (deprecated)
6565
-`expose` option is not supported for options components (but `defineExpose()` is supported in `<script setup>`).
6666

6767
## Upgrade Guide

0 commit comments

Comments
 (0)