CoderRain

Results 3 comments of CoderRain

yes but no one deal with the problem

@vue/babel-helper-vue-jsx-merge-props will help you

try to use vue cli will be easy,plugins and configs will be included by @vue/babel-preset-app module.exports = { presets: [ require("@vue/babel-preset-app") // '@vue/app', ], ], }