npm @vue/composition-api 1.0.0-beta.22
v1.0.0-beta.22

latest releases: 1.7.2, 1.7.1, 1.7.0...
3 years ago

Features

  • getCurrentInstance: Aligning with vue3 (#520) (1495a46)

BREAKING CHANGES

  • getCurrentInstance: The internal vm can be accessed with getCurrentInstance().proxy
const vm = getCurrentInstance()

// becomes

const vm = getCurrentInstance().proxy

Don't miss a new composition-api release

NewReleases is sending notifications on new releases.