Features
BREAKING CHANGES
- getCurrentInstance: The internal vm can be accessed with
getCurrentInstance().proxy
const vm = getCurrentInstance()
// becomes
const vm = getCurrentInstance().proxy
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.