halower / vue-tree

tree and multi-select component based on Vue.js 2.0
https://github.com/halower/vue2-tree/blob/master/README.md
MIT License
935 stars 209 forks source link

vue-cli3中报错 #155

Closed jamiescou closed 5 years ago

jamiescou commented 5 years ago

Duplicate declaration "h" (This is an error on an internal node. Probably an internal error.)

halower commented 5 years ago

项目中的demo就是基于vue-cli3的,你可以参考一下,此外文档中如果是cli3不需要再次引入jsx插件

jamiescou commented 5 years ago

babel-plugin-transform-vue-jsx这个插件的版本有关