diff --git a/CHANGELOG.md b/CHANGELOG.md index d040c2c85b8..36d1e144381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -320,7 +320,7 @@ In addition, the following features are explicitly **NOT** ported: - ❌ Top-level `await` in `<script setup>` (Vue 2 does not support async component initialization) - ❌ TypeScript syntax in template expressions (incompatible w/ Vue 2 parser) - ❌ Reactivity transform (still experimental) -- ❌ `expose` option is not supported for options components (but `defineExpose()` is supported in `<script setup>`). +- ❌ `expose` option is not supported for options components (but `defineExpose()` is supported in `<script setup>`) ### TypeScript Changes