diff --git a/src/v2/guide/migration-vue-2-7.md b/src/v2/guide/migration-vue-2-7.md new file mode 100644 index 0000000000..b0736e03f7 --- /dev/null +++ b/src/v2/guide/migration-vue-2-7.md @@ -0,0 +1,118 @@ +--- +title: Migration to Vue 2.7 +type: guide +order: 704 +--- + +Despite Vue 3 now being the default version, we understand that there are still many users who have to stay on Vue 2 due to dependency compatibility, browser support requirements, or simply not enough bandwidth to upgrade. In Vue 2.7, we have backported some of the most important features from Vue 3 so that Vue 2 users can benefit from them as well. + +## Backported Features + +- [Composition API](https://vuejs.org/guide/extras/composition-api-faq.html) +- SFC [`