Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@sodatea sodatea released this 25 Aug 12:00
· 7 commits to dev since this release
6566e12

New Features

@vue/babel-preset-jsx

  • If you need to use vue-demi to support both Vue <= 2.6 and Vue 2.7, you can now set the compositionAPI option to 'vue-demi'.
  • The compositionAPI option now also accepts an object { importSource: 'package-name' } to allow further customization.