Skip to content

v1.0.0-beta.22

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 09:18

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