ElemnetUI 项目在更新 vxe-table 1.1 版本时报错:
Unknown custom element: <el-editable> - did you register the component correctly? For recursive components, make sure to provide the “name” option.
Unknown custom element: <el-editable-column> - did you register the component correctly? For recursive components, make sure to provide the “name” option.
原因是 1.1.x 之后 name 改变了:
el-editable 改成了 elx-editable
el-editable-column 改成了 elx-editable-column
1.0.x 对应 el-editable
<el-editable ref="editable" :data.sync