Vue.js (original) (raw)

Composition API FAQ

TIP

This FAQ assumes prior experience with Vue - in particular, experience with Vue 2 while primarily using Options API.

What is Composition API?

Watch a free video lesson on Vue School

Composition API is a set of APIs that allows us to author Vue components using imported functions instead of declaring options. It is an umbrella term that covers the following APIs:

Composition API is a built-in feature of Vue 3 and Vue 2.7. For older Vue 2 versions, use the officially maintained @vue/composition-api plugin. In Vue 3, it is also primarily used together with the