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 thecompositionAPI
option to'vue-demi'
. - The
compositionAPI
option now also accepts an object{ importSource: 'package-name' }
to allow further customization.