0👍
You can try to edit babel.config.js
module.exports = {
presets: ['@vue/app'],
plugins: ['jsx-v-model']
}
The plugins can not includes ‘transform-vue-jsx’, if presets has ‘@vue/app’.
Source:stackexchange.com
0👍
You can try to edit babel.config.js
module.exports = {
presets: ['@vue/app'],
plugins: ['jsx-v-model']
}
The plugins can not includes ‘transform-vue-jsx’, if presets has ‘@vue/app’.