vuejs / composition-api

Composition API plugin for Vue 2
https://composition-api.vuejs.org/
MIT License
4.19k stars 343 forks source link

Vue 2.7.0 is incompatible #947

Closed TheScenery closed 2 years ago

TheScenery commented 2 years ago

Use with Vue 2.7.0 is incompatible, setup function will crash

brian-gonzalez commented 2 years ago

Thank you, this was driving me crazy as I was in the middle of migrating components and thought I had broken something.

antfu commented 2 years ago

Vue 2.7 has built-in composition API support, you no longer need this plugin.