tree树形自定义节点内容 源代码拷贝到本地项目中报错(render-content函数报错)
Hello, this issue has been closed because it does not conform to our issue requirements. Please submit issues with issue-generator. More info can be found in #3693.
遇到了同样的问题
we need install babel-plugin-syntax-jsx
& babel-plugin-transform-vue-jsx
. And In our .babelrc
file, we need push transform-vue-jsx
to plugins
array
Most helpful comment
we need install
babel-plugin-syntax-jsx
&babel-plugin-transform-vue-jsx
. And In our.babelrc
file, we need pushtransform-vue-jsx
toplugins
array