This repository contains the example code for the Vue 3 Composition API course. Vue 3 introduced the Composition API as an alternative method to the Options API for writing component state and logic.
Converts Vue 2 options API code to Vue 3 composition API code. For example, this code: ...