github vuejs/composition-api v1.0.0-beta.22

latest releases: v1.7.2, v1.7.1, v1.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.