We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reactive transform
1 parent c0529f1 commit d3c8108Copy full SHA for d3c8108
src/v2/guide/migration-vue-2-7.md
@@ -61,7 +61,7 @@ In addition, the following features are explicitly **NOT** ported:
61
- ❌ `createApp()` (Vue 2 doesn't have isolated app scope)
62
- ❌ Top-level `await` in `<script setup>` (Vue 2 does not support async component initialization)
63
- ❌ TypeScript syntax in template expressions (incompatible w/ Vue 2 parser)
64
-- ❌ Reactivity transform (still experimental)
+- ❌ Reactivity transform (deprecated)
65
- ❌ `expose` option is not supported for options components (but `defineExpose()` is supported in `<script setup>`).
66
67
## Upgrade Guide
0 commit comments